Skip to content

Commit 477013f

Browse files
authored
Merge pull request #206 from taion/fix-scripts
Fix test script
2 parents 7ba2149 + fc141c8 commit 477013f

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
@@ -11,7 +11,8 @@
1111
"build": "rimraf lib && babel src -d lib && webpack && webpack -p && npm run bower-prepare",
1212
"lint": "eslint scripts src test *.js",
1313
"release": "release",
14-
"test": "npm run lint && karma start",
14+
"tdd": "karma start",
15+
"test": "npm run lint && karma start --single-run",
1516
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js"
1617
},
1718
"repository": {

0 commit comments

Comments
 (0)