mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
tests=$1
|
|
if [[ $tests = "" ]]; then
|
|
tests="all"
|
|
fi
|
|
|
|
java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests"
|
|
#java -jar lib/jstestdriver/JsTestDriver.jar --tests "$tests" --config jsTestDriver-jquery.conf
|