diff --git a/package.json b/package.json index 86163fc08..07ee2ccf5 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "format:fix": "prettier --write '**/*.{json,md,ts,yml,yaml}'", "lint": "tslint --config tslint.json --project tsconfig.json ", "lint:fix": "tslint --config tslint.json --fix --project tsconfig.json", - "test": "mocha --file ./mocha/setup.ts spec/**/*.spec.ts ", + "test": "mocha --file ./mocha/setup.ts \"spec/**/*.spec.ts\"", "test:bin": "./scripts/bin-test/run.sh" }, "dependencies": {