Skip to content

Commit

Permalink
chore(jest): set jsdom as testEnvironment in config
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo1v committed Jul 1, 2021
1 parent e2fefa5 commit 538451e
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
Expand Up @@ -16,6 +16,7 @@ module.exports = {
bail: true,
clearMocks: true,
collectCoverage: true,
testEnvironment: 'jsdom',
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',
},
Expand Down

0 comments on commit 538451e

Please sign in to comment.