Skip to content

Commit

Permalink
fix: test command not running anything
Browse files Browse the repository at this point in the history
slipped by me because I don't use my CLI to run tests
  • Loading branch information
sirsavary committed Mar 5, 2018
1 parent 20936db commit e1b680e
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 @@ -10,7 +10,7 @@
"scripts": {
"prepare": "./node_modules/typescript/bin/tsc --extendedDiagnostics",
"release": "standard-version",
"test": "./node_modules/mocha/bin/mocha $NODE_DEBUG_OPTION --require ts-node/register ./test/**/*.spec.ts"
"test": "./node_modules/mocha/bin/mocha $NODE_DEBUG_OPTION --require ts-node/register ./test/**/*.test.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e1b680e

Please sign in to comment.