Skip to content

Commit 405a71e

Browse files
pwang2LinusBorg
authored andcommitted
webpack.conf.js is not needed in jest and e2e (vuejs-templates#1135)
1 parent bdc4604 commit 405a71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module.exports = {
117117
".eslintrc.js": "lint",
118118
".eslintignore": "lint",
119119
"config/test.env.js": "unit || e2e",
120-
"build/webpack.test.conf.js": "e2e || (unit && runner === 'karma')",
120+
"build/webpack.test.conf.js": "unit && runner === 'karma'",
121121
"test/unit/**/*": "unit",
122122
"test/unit/index.js": "unit && runner === 'karma'",
123123
"test/unit/jest.conf.js": "unit && runner === 'jest'",

0 commit comments

Comments
 (0)