Skip to content

Commit

Permalink
feat: change jest testEnvironment
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlucss committed Jun 29, 2021
1 parent fe55936 commit ab1d542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
testEnvironment: "jsdom",
testPathIgnorePatterns: ["<rootDir>/.next/", "<rootDir>/node_modules/"],
setupFilesAfterEnv: ["<rootDir>/setupTests.js"],
transform: {
Expand Down

0 comments on commit ab1d542

Please sign in to comment.