From 0a53d99204b74d8d7f862f2236498592b0520855 Mon Sep 17 00:00:00 2001 From: Silvano Luciani Date: Thu, 14 Aug 2014 12:17:39 -0700 Subject: [PATCH] fix(tests): use _mocha instead of mocha to produce coverage data broken in 547e73c --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91b74d60ef9..a90cc1d1cd0 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "lint": "jshint lib/ regression/ test/", "test": "mocha --recursive --reporter spec", "regression-test": "mocha regression/ --reporter spec --timeout 10000", - "cover": "istanbul cover mocha -- --timeout 10000 test/* regression/*" + "cover": "istanbul cover _mocha -- --timeout 10000 test/* regression/*" }, "license": "Apache 2" }