diff --git a/jest.config.js b/jest.config.js index d3aa033c..f79b017f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,6 +16,7 @@ module.exports = { bail: true, clearMocks: true, collectCoverage: true, + testEnvironment: 'jsdom', transform: { '^.+\\.(ts|tsx)$': 'ts-jest', },