Files
angular.js/test.sh

5 lines
108 B
Bash
Executable File

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