Add istanbul cover info to help in test-js-with-node.

This commit is contained in:
Tomasz Kolek 2016-08-03 22:07:42 +02:00 committed by Tim Abbott
parent 87b554906d
commit c96722b124
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ elif [ "$1" = "-h" -o "$1" = "--help" ]; then
`basename $0` - to run all tests
`basename $0` util.js - to run tests from util.js
`basename $0` util.js activity.js - to run tests from util.js and activity.js
`basename $0` cover - to run tests and generate code coverage
"
exit 0