From 1bac432a62f698563ce49aa6e4077a304f6049f7 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Mon, 8 Jan 2024 22:45:25 +0100 Subject: [PATCH] Fix jest config --- jest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.json b/jest.json index 7cee2f89b..dd48e9210 100644 --- a/jest.json +++ b/jest.json @@ -54,7 +54,7 @@ ], "setupFilesAfterEnv": [ - "<rootDir>/setup-expect-timeout.js", + "<rootDir>/setup-expect-timeout.js" ], "testMatch": [ "<rootDir>/**/__tests__/integration/**/*.{js,jsx}" -- GitLab