diff --git a/jest.config.js b/jest.config.js index f82434062..d7b2fb44a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -30,4 +30,5 @@ module.exports = { '/node_modules', '/app', ], + 'testEnvironment': 'jsdom', };