Files
angular.js/test-jquery.sh

5 lines
142 B
Bash
Executable File

#!/bin/bash
if [ ! -e test.dissable ]; then
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-jquery.conf $@
fi