From f2d3e439d40fc5f2248f600c46cb13e260b62884 Mon Sep 17 00:00:00 2001 From: Alex Sanders Date: Fri, 15 Dec 2023 10:44:22 +0000 Subject: [PATCH] explicitly runs apps test in jsdom --- apps-rendering/config/jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps-rendering/config/jest.config.js b/apps-rendering/config/jest.config.js index 19ba2adf8c4..bd206427e46 100644 --- a/apps-rendering/config/jest.config.js +++ b/apps-rendering/config/jest.config.js @@ -21,6 +21,7 @@ const testCoveragePaths = [ /** @type {import('jest').Config} */ const config = { + testEnvironment: 'jsdom', collectCoverage: true, preset: 'ts-jest/presets/js-with-ts', rootDir: '../',