6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
mocha --require blanket -R html-cov > coverage.html -t 5000
|
|
mocha -t 5000
|
|
testling -x open
|