fix mocha.opts reference

This commit is contained in:
Sebastian McKenzie 2015-11-05 10:00:57 +00:00
parent 592193321d
commit 35b5ff103c

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
set -e set -e
node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- `scripts/_get-test-directories.sh` --opts mocha.opts node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- `scripts/_get-test-directories.sh` --opts test/mocha.opts
test -n "`which open`" && open coverage/lcov-report/index.html test -n "`which open`" && open coverage/lcov-report/index.html