mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
tests=$1
|
|
|
|
java -jar lib/jstestdriver/JsTestDriver.jar --tests all --reset
|