Skip to content

Commit

Permalink
test: mocha test path escaping (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryannarora authored and gr2m committed Mar 9, 2018
1 parent 42c69e3 commit 2962dcd
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 @@ -85,7 +85,7 @@
"coverage": "nyc report --reporter=html && open coverage/index.html",
"coverage:upload": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard && standard-markdown",
"test": "nyc mocha test/mocha-node-setup.js 'test/**/*-test.js'",
"test": "nyc mocha test/mocha-node-setup.js \"test/**/*-test.js\"",
"test:browser": "cypress run --browser chrome",
"test:examples": "node test/examples.js",
"build": "npm-run-all build:*",
Expand Down

0 comments on commit 2962dcd

Please sign in to comment.