mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-19 16:10:22 +00:00
5 lines
141 B
Bash
5 lines
141 B
Bash
|
|
#!/bin/bash
|
||
|
|
if [ ! -e test.dissable ]; then
|
||
|
|
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --config jsTestDriver-mocks.conf $@
|
||
|
|
fi
|