Skip to content

Commit

Permalink
chore: Follow up removing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Oct 8, 2017
1 parent 0504cda commit d574836
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"description": "Helper for testing hubot script",
"main": "./lib/index.js",
"scripts": {
"test": "npm run test-unit && npm run test-integration",
"test-unit": "mocha --compilers coffee:coffee-script/register test",
"test-unit-debug": "mocha --inspect --debug-brk --compilers coffee:coffee-script/register test",
"test-integration": "cd dummy && npm i && npm run test",
"test": "mocha --compilers coffee:coffee-script/register test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prepublish": "coffee --compile --output lib/ src/"
},
Expand Down

0 comments on commit d574836

Please sign in to comment.