From a87f98431984398a17f3b21c9f868dd1ceb37ab8 Mon Sep 17 00:00:00 2001 From: Jamie Mason Date: Tue, 18 Jun 2019 09:53:05 +0100 Subject: [PATCH] chore(jest): update jest config --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 6df97c4..89348ad 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,7 +11,7 @@ module.exports = { } }, moduleFileExtensions: ['ts', 'tsx', 'js'], - setupTestFrameworkScriptFile: '/test/setup.js', + setupFilesAfterEnv: ['/test/setup.js'], testMatch: ['/test/**/*.spec.(ts|js)'], transform: { '^.+\\.ts$': 'ts-jest'