Ensure test command works on WIndows

This commit is contained in:
Mariusz Nowak 2019-05-24 12:19:48 +02:00
parent b9b5e3d4e6
commit fb5eb18a36
No known key found for this signature in database
GPG Key ID: AA6F4CCD415BF299

View File

@ -52,7 +52,7 @@
"sls": "./bin/serverless"
},
"scripts": {
"test-bare": "mocha '!(node_modules)/**/*.test.js'",
"test-bare": "mocha \"!(node_modules)/**/*.test.js\"",
"test-isolated": "node scripts/test-isolated.js",
"test": "nyc --reporter=lcov --reporter=html --reporter=text-summary npm run test-bare",
"lint": "eslint . --cache",