From 62fe71a39e3d35e7716618ff4e9a37d624ee612a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KARASZI=20Istv=C3=A1n?= Date: Mon, 30 Apr 2018 11:02:06 +0200 Subject: [PATCH] Roll back package.json changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e57202..4aa79a8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "scripts": { "lint": "eslint lib --env mocha test", "clean": "rm -Rf ./coverage", - "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -- -u exports 'test/**/*-test.js' && istanbul report --root ./coverage/json html && istanbul report text-summary", + "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -- -u exports test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary", "doc": "jsdoc -c .jsdoc.json" } }