From c8cafb4febe1ba086eeca1216ef89b10a45b2fa1 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 10 Jul 2021 03:10:55 -0500 Subject: [PATCH] jest: use jsdom test environment --- jest.config.js | 1 + 1 file changed, 1 insertion(+) 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', };