Skip to content

Commit 731114f

Browse files
PowerfulPonyLinusBorg
authored andcommitted
babel-register use only for e2e tests (vuejs-templates#1120)
* babel-register use only for tests e2e single require here template/test/e2e/nightwatch.conf.js * remove double dependency.
1 parent a14fec6 commit 731114f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"phantomjs-prebuilt": "^2.1.14",
7777
{{/if_eq}}
7878
{{#e2e}}
79+
"babel-register": "^6.22.0",
7980
"chromedriver": "^2.27.2",
8081
"cross-spawn": "^5.0.1",
8182
"nightwatch": "^0.9.12",
@@ -87,7 +88,6 @@
8788
"babel-plugin-transform-runtime": "^6.22.0",
8889
"babel-preset-env": "^1.3.2",
8990
"babel-preset-stage-2": "^6.22.0",
90-
"babel-register": "^6.22.0",
9191
"chalk": "^2.0.1",
9292
"copy-webpack-plugin": "^4.0.1",
9393
"css-loader": "^0.28.0",

0 commit comments

Comments
 (0)