Skip to content

Commit 1629793

Browse files
authored
Update test command to run all tests, not a subset. (#1046)
1 parent 795a805 commit 1629793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"format:fix": "prettier --write '**/*.{json,md,ts,yml,yaml}'",
150150
"lint": "tslint --config tslint.json --project tsconfig.json ",
151151
"lint:fix": "tslint --config tslint.json --fix --project tsconfig.json",
152-
"test": "mocha --file ./mocha/setup.ts spec/**/*.spec.ts ",
152+
"test": "mocha --file ./mocha/setup.ts \"spec/**/*.spec.ts\"",
153153
"test:bin": "./scripts/bin-test/run.sh"
154154
},
155155
"dependencies": {

0 commit comments

Comments
 (0)