From b3c0a1a14bdbc2c8975b4e8f1c7b28ebcdd22bae Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Sat, 15 Oct 2016 22:41:28 +0200 Subject: [PATCH] chore(coverage): Fix coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57fb8bcd7b..c8051d218e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test:functional:launchNewNotebook": "npm run sublaunch -- test/main/launchNewNotebook.js", "test:functional": "npm run test:functional:launch && npm run test:functional:launchNewNotebook", "test:coverage": "npm run coverage", - "test:unit": "cross-env NODE_PATH=app/node_modules/ mocha -r test/setup.js --compilers js:babel-core/register test/renderer/**/*.js", + "test:unit": "cross-env NODE_PATH=app/node_modules/ mocha -r test/setup.js --compilers js:babel-core/register \"test/renderer/**/*.js\"", "test:unit:individual": "cross-env NODE_PATH=app/node_modules/ mocha -r test/setup.js --compilers js:babel-core/register ", "test:watch": "watch 'npm run test' test/", "test:lint": "npm run lint",