Skip to content

Commit

Permalink
Test files are stored inline with scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchPierias committed Apr 19, 2019
1 parent f43fb64 commit 9f91608
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 @@ -12,7 +12,7 @@
"prepublishOnly": "npm test",
"prepare": "npm run build",
"test": "jest --config jestconfig.json",
"test:mocha": "mocha --require ts-node/register test/**/*.ts"
"test:mocha": "mocha --require ts-node/register src/**/*.test.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9f91608

Please sign in to comment.