5 lines
153 B
Bash
Executable File
5 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- `scripts/_get-test-directories.sh` --opts test/mocha.opts
|