Skip to content

Commit

Permalink
update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 19, 2019
1 parent a25c00c commit a725c0f
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"compile": "tsc",
"test": "mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.ts"
"test": "mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts"
},
"keywords": [],
"author": "Carmine DiMascio <cdimascio@gmail.com>",
Expand Down

0 comments on commit a725c0f

Please sign in to comment.