Fix tests on Windows.

This commit is contained in:
Varchar38
2015-06-15 13:19:43 +02:00
parent 18c8282bac
commit 1c55950b7e

View File

@@ -42,8 +42,8 @@
"dev": "babel --watch --source-maps --out-dir=dist/ src/",
"lint": "standard",
"prepublish": "npm run build",
"test": "mocha --opts .mocha.opts 'dist/**/*.spec.js'",
"test-dev": "mocha --opts .mocha.opts --watch --reporter=min 'dist/**/*.spec.js'"
"test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\"",
"test-dev": "mocha --opts .mocha.opts --watch --reporter=min \"dist/**/*.spec.js\""
},
"standard": {
"ignore": [