Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
ensures process exists after all tests, necessary until ipfs/js-ipfs#…
Browse files Browse the repository at this point in the history
…1168 is resolved
  • Loading branch information
alanshaw committed Jan 3, 2018
1 parent bbffbce commit 8cd2879
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 @@ -9,7 +9,7 @@
"watch": "run-p watch:*",
"watch:js": "babel src --watch --out-dir lib",
"test": "run-s build lint test:*",
"test:node": "mocha test/node.js",
"test:node": "mocha test/node.js --exit",
"test:browser": "run-s test:browser:build test:browser:run",
"test:browser:build": "browserify test/fixtures/public/iframe/index.js -o test/fixtures/public/iframe/bundle.js",
"test:browser:run": "karma start --browsers Chrome --single-run",
Expand Down

0 comments on commit 8cd2879

Please sign in to comment.