From 6ed9922bbe494db4fc10b76650b072ef309441d3 Mon Sep 17 00:00:00 2001 From: Daniel Young Lee Date: Tue, 22 Feb 2022 20:04:34 -0800 Subject: [PATCH] Update test command to run all tests, not a subset. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {