From 09b1229e524dff0f861794eeec4f327ead4b4216 Mon Sep 17 00:00:00 2001 From: gvl Date: Fri, 8 Dec 2023 12:29:17 +0100 Subject: [PATCH] chore: remove ignore after resolvedPreset fix --- jest.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/jest.config.ts b/jest.config.ts index f2313af1..0eccd7fc 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -36,9 +36,6 @@ const config: JestConfigWithTsJest = { }, modulePathIgnorePatterns: [ '/__tests__/data' - ], - transformIgnorePatterns: [ - '/node_modules/(?!@ttab/elephant-ui)' ] } export default config