mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
chore(scripts): add test-jquery.sh for running unit tests with jQuery
This commit is contained in:
4
test-jquery.sh
Executable file
4
test-jquery.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
if [ ! -e test.dissable ]; then
|
||||
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
|
||||
fi
|
||||
Reference in New Issue
Block a user