Skip to content

Commit 62e45aa

Browse files
pwang2LinusBorg
authored andcommitted
webpack.conf.js is not needed in jest and e2e (#1135)
1 parent 4133502 commit 62e45aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.js

Lines changed: 1 addition & 1 deletion
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)