Fix tests execution on Windows.

This commit is contained in:
Julien Fontanet 2015-06-15 16:27:02 +02:00
parent ee17336d64
commit 8b9389b468

View File

@ -106,7 +106,7 @@
"lint": "standard",
"prepublish": "npm run build",
"start": "node bin/xo-server",
"test": "npm run lint && dependency-check ./package.json && mocha --opts .mocha.opts 'dist/**/*.spec.js'"
"test": "npm run lint && dependency-check ./package.json && mocha --opts .mocha.opts \"dist/**/*.spec.js\""
},
"standard": {
"ignore": [