From 670a0a8c4a3c18b25d3e99bdb4ea700c3a5c9862 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Thu, 9 Dec 2021 00:38:25 +0000 Subject: [PATCH] Fix tests --- jest.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jest.config.ts b/jest.config.ts index a925916..6225055 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -15,5 +15,6 @@ export default { }, setupFilesAfterEnv: [ '/tests/setup.ts' - ] + ], + testEnvironment: 'jsdom' }