angular.js/test-mocks.sh

5 lines
141 B
Bash
Raw Normal View History

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