Skip to content

Commit

Permalink
fix: jest-extended new setup due to latest update
Browse files Browse the repository at this point in the history
  • Loading branch information
louistiti committed Dec 27, 2021
1 parent c73a26a commit 02f766d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/e2e/modules/e2e.modules.jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"<rootDir>/test/paths.setup.js"
],
"setupFilesAfterEnv": [
"jest-extended/all",
"<rootDir>/test/e2e/modules/e2e.modules.setup.js"
]
}
1 change: 1 addition & 0 deletions test/unit/unit.jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"<rootDir>/test/paths.setup.js"
],
"setupFilesAfterEnv": [
"jest-extended/all",
"<rootDir>/test/unit/unit.setup.js"
],
"coverageDirectory": "<rootDir>/test/coverage",
Expand Down
1 change: 0 additions & 1 deletion test/unit/unit.setup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02f766d

Please sign in to comment.