We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ba2149 + fc141c8 commit 477013fCopy full SHA for 477013f
package.json
@@ -11,7 +11,8 @@
11
"build": "rimraf lib && babel src -d lib && webpack && webpack -p && npm run bower-prepare",
12
"lint": "eslint scripts src test *.js",
13
"release": "release",
14
- "test": "npm run lint && karma start",
+ "tdd": "karma start",
15
+ "test": "npm run lint && karma start --single-run",
16
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js"
17
},
18
"repository": {
0 commit comments