From 641b897dd295406cc0569c7d656fe888d59be837 Mon Sep 17 00:00:00 2001 From: Gustav Larsson Date: Fri, 8 Dec 2023 12:30:43 +0100 Subject: [PATCH] chore: remove ignore after resolvedPreset fix (#35) --- 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