Skip to content

Commit

Permalink
webpack.conf.js is not needed in jest and e2e (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwang2 authored and LinusBorg committed Dec 4, 2017
1 parent 4133502 commit 62e45aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ module.exports = {
".eslintrc.js": "lint",
".eslintignore": "lint",
"config/test.env.js": "unit || e2e",
"build/webpack.test.conf.js": "e2e || (unit && runner === 'karma')",
"build/webpack.test.conf.js": "unit && runner === 'karma'",
"test/unit/**/*": "unit",
"test/unit/index.js": "unit && runner === 'karma'",
"test/unit/jest.conf.js": "unit && runner === 'jest'",
Expand Down

0 comments on commit 62e45aa

Please sign in to comment.