From c96722b12443f36a0f01ad5b7afba8ffb311f940 Mon Sep 17 00:00:00 2001 From: Tomasz Kolek Date: Wed, 3 Aug 2016 22:07:42 +0200 Subject: [PATCH] Add istanbul cover info to help in test-js-with-node. --- tools/test-js-with-node | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-js-with-node b/tools/test-js-with-node index 068548a2dd..8aa609b910 100755 --- a/tools/test-js-with-node +++ b/tools/test-js-with-node @@ -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