mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
7 lines
211 B
Bash
Executable file
7 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
|