Fix tests execution on Windows.
This commit is contained in:
parent
ee17336d64
commit
8b9389b468
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user