5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html -t 5000
|
|
./node_modules/mocha/bin/mocha -t 5000
|