mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Enables npm test compatibility with Windows
This commit is contained in:
parent
4887191e49
commit
bcb545dbc5
@ -51,7 +51,7 @@
|
||||
"sls": "./bin/serverless"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha '!(node_modules)/**/*.test.js' -- --require=sinon-bluebird -R spec --recursive",
|
||||
"test": "istanbul cover -x \"**/*.test.js\" node_modules/mocha/bin/_mocha \"!(node_modules)/**/*.test.js\" -- --require=sinon-bluebird -R spec --recursive",
|
||||
"lint": "eslint . --cache",
|
||||
"docs": "node scripts/generate-readme.js",
|
||||
"simple-integration-test": "jest --maxWorkers=5 simple-suite",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user