Skip to content

Commit

Permalink
Update test command to run all tests, not a subset. (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
taeold committed Feb 23, 2022
1 parent 795a805 commit 1629793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1629793

Please sign in to comment.