aboutsummaryrefslogtreecommitdiffstats
path: root/test-jquery.sh
diff options
context:
space:
mode:
authorIgor Minar2012-10-18 03:13:04 -0700
committerIgor Minar2012-10-18 03:29:12 -0700
commit49ed63d26a813126bd8955fa8df59d963070a986 (patch)
treebf87ba2338a0270d3aea1beb51549c3788d282eb /test-jquery.sh
parent6ff26856682a6b6b6d07b09fb05a5ea30d5ad1cc (diff)
downloadangular.js-49ed63d26a813126bd8955fa8df59d963070a986.tar.bz2
chore(jstd): remove JsTestDriver from our repo
Testacular FTW!
Diffstat (limited to 'test-jquery.sh')
-rwxr-xr-xtest-jquery.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-jquery.sh b/test-jquery.sh
deleted file mode 100755
index b79dfadc..00000000
--- a/test-jquery.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-if [ ! -e test.dissable ]; then
- java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
-fi