Skip to content

Commit 8f3276b

Browse files
committed
chore(scripts): add test-jquery.sh for running unit tests with jQuery
1 parent 2428907 commit 8f3276b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test-jquery.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
if [ ! -e test.dissable ]; then
3+
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
4+
fi

test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22
if [ ! -e test.dissable ]; then
33
java -jar lib/jstestdriver/JsTestDriver.jar --tests all $@
4-
#java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
54
fi

0 commit comments

Comments
 (0)