From fb5eb18a36cf1ea259067b7e352b5d39c1072ed0 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 24 May 2019 12:19:48 +0200 Subject: [PATCH] Ensure test command works on WIndows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc7dcd080..5dde6555b 100644 --- a/package.json +++ b/package.json @@ -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",