Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9ab6fce

Browse files
committed
Fix visual test run command
Fixes #68
1 parent acfe020 commit 9ab6fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "babel src --out-dir=lib && webpack && COMPRESS=1 webpack",
99
"test": "npm run lint && karma start --single-run",
1010
"tdd": "karma start",
11-
"visual-test": "webpack-dev-server --config webpack.test.config",
11+
"visual-test": "webpack-dev-server --config webpack.test.config.babel.js",
1212
"lint": "eslint ./"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)