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