angular.js/test.sh
2010-07-02 15:39:57 -07:00

7 lines
212 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