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.
1 parent 2275d47 commit d921d83Copy full SHA for d921d83
package.json
@@ -13,6 +13,7 @@
13
"start": "webpack-dev-server --open --config webpack.dev.babel.js",
14
"build": "webpack --config webpack.prod.babel.js",
15
"test": "./node_modules/karma/bin/karma start karma.conf.js",
16
+ "test:single": "./node_modules/karma/bin/karma start karma.conf.js --single-run",
17
"test-travis": "./scripts/test-travis.sh"
18
},
19
"repository": {
0 commit comments