From a2d7d2c29b289ca0653980cb92615ec5b8cf9f4c Mon Sep 17 00:00:00 2001 From: Tane Morgan <464864+tanem@users.noreply.github.com> Date: Sun, 1 May 2022 13:35:23 +1200 Subject: [PATCH] Fix jest config --- config/jest/config.src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jest/config.src.js b/config/jest/config.src.js index e01ecd318..6e90f2aec 100644 --- a/config/jest/config.src.js +++ b/config/jest/config.src.js @@ -25,7 +25,7 @@ module.exports = { preset: 'ts-jest', rootDir: process.cwd(), roots: ['/test'], - setupFilesAfterEnv: ['/scripts/jest/setupJest.ts'], + setupFilesAfterEnv: ['/config/jest/setupJest.ts'], testEnvironment: 'jsdom', testMatch: ['/test/*.spec.ts?(x)'], transform: { '^.+\\.(js|tsx?)$': 'ts-jest' },