Skip to content

Commit

Permalink
Removed unused testing command.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed May 9, 2019
1 parent 78205d3 commit 8213a84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"prepublishOnly": "npm test",
"prepare": "npm run build",
"test": "jest --config jestconfig.json",
"test:mocha": "mocha --require ts-node/register src/**/*.test.ts"
"test": "mocha --require ts-node/register src/**/*.test.ts"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8213a84

Please sign in to comment.