From 247fd761bd78ebabedcd0d149c306b4ccce3b461 Mon Sep 17 00:00:00 2001 From: Doug Lance Date: Wed, 13 Sep 2023 17:00:01 -0400 Subject: [PATCH] update jest config --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index bf359a1..938088f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ /** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { + setupFilesAfterEnv: ['/jest.setup.js'], preset: 'ts-jest', testEnvironment: 'jest-environment-jsdom', };