From 28142764af35a85233aa147a358a35ccd1f4bd9b Mon Sep 17 00:00:00 2001 From: palashgdev Date: Wed, 15 Feb 2023 18:32:40 +0530 Subject: [PATCH] chore: testMatch is updated (#2270) --- 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 9021421c78..51d6776579 100644 --- a/frontend/jest.config.ts +++ b/frontend/jest.config.ts @@ -15,7 +15,7 @@ const config: Config.InitialOptions = { useESM: true, }, }, - testMatch: ['/src/**/?(*.)(test).(ts|js)?(x)'], + testMatch: ['/src/**/*?(*.)(test).(ts|js)?(x)'], preset: 'ts-jest/presets/js-with-ts-esm', transform: { '^.+\\.(ts|tsx)?$': 'ts-jest',