Skip to content

Commit fca9f83

Browse files
chore(): Add single test and test watching
1 parent c6331e8 commit fca9f83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"accounting-js": "^1.1.1"
2929
},
3030
"scripts": {
31-
"test": "karma start --single-run=false"
31+
"test": "karma start",
32+
"test:watch": "karma start --single-run=false"
3233
},
3334
"devDependencies": {
3435
"babel-core": "^6.21.0",

0 commit comments

Comments
 (0)