Files
js-xss/full_test

5 lines
145 B
Plaintext
Raw Normal View History

2015-05-06 12:15:36 +08:00
#!/usr/bin/env bash
2015-11-18 10:57:10 +08:00
./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html -t 5000
./node_modules/mocha/bin/mocha -t 5000