From a294614d623b9371bfea0f78e191e378ffdd042c Mon Sep 17 00:00:00 2001 From: amlannandy Date: Sun, 5 Jan 2025 20:30:48 +0700 Subject: [PATCH] chore: fix CI --- frontend/jest.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/jest.config.ts b/frontend/jest.config.ts index 5ff1a86ebf6..c96c94ef635 100644 --- a/frontend/jest.config.ts +++ b/frontend/jest.config.ts @@ -24,7 +24,7 @@ const config: Config.InitialOptions = { '^.+\\.(js|jsx)$': 'babel-jest', }, transformIgnorePatterns: [ - 'node_modules/(?!(lodash-es|react-dnd|core-dnd|@react-dnd|dnd-core|react-dnd-html5-backend|axios|@signozhq/design-tokens|d3-interpolate|d3-color|other-modules-you-use)/)', + 'node_modules/(?!(lodash-es|react-dnd|core-dnd|@react-dnd|dnd-core|react-dnd-html5-backend|axios|@signozhq/design-tokens|d3-interpolate|d3-color|api)/)', ], setupFilesAfterEnv: ['jest.setup.ts'], testPathIgnorePatterns: ['/node_modules/', '/public/'],