From cb3ba56583a285d538a1fc1adf5d2d68009118b0 Mon Sep 17 00:00:00 2001 From: Webber Date: Sun, 27 Mar 2022 22:58:48 +0200 Subject: [PATCH] chore: move jest file --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index a4c10f93..be54f49e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -26,5 +26,5 @@ module.exports = { modulePathIgnorePatterns: ['/lib/', '/dist/'], // A list of paths to modules that run some code to configure or set up the testing framework before each test - setupFilesAfterEnv: ['/jest.setup.ts'], + setupFilesAfterEnv: ['/src/jest.setup.ts'], };