Skip to content

Commit

Permalink
Add continuous mode for Karma.
Browse files Browse the repository at this point in the history
  • Loading branch information
guidobouman committed Jan 11, 2018
1 parent e5d5bb0 commit 37fa51a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"clean": "git clean -fdX .",
"release": "node ./tools/release.js",
"lint": "eslint modules",
"test": "karma start --single-run"
"test": "karma start --single-run",
"test-watch": "karma start"
},
"dependencies": {
"invariant": "^2.2.1",
Expand Down

0 comments on commit 37fa51a

Please sign in to comment.