mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
if [ ! -e test.dissable ]; then
|
|
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
|
|
fi
|