diff --git a/package.json b/package.json index 27cc064a4..c6a8f71b7 100644 --- a/package.json +++ b/package.json @@ -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",