Skip to content

Commit

Permalink
chore(coverage): Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Oct 15, 2016
1 parent 3865a6c commit b3c0a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b3c0a1a

Please sign in to comment.