update full_test command

This commit is contained in:
Zongmin Lei
2015-11-18 10:57:10 +08:00
parent 41becca40a
commit 48d59b60e8

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash
mocha --require blanket -R html-cov > coverage.html -t 5000
mocha -t 5000
testling -x open
./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html -t 5000
./node_modules/mocha/bin/mocha -t 5000