Skip to content

Commit 83bbaaf

Browse files
transform ignore
1 parent c27916e commit 83bbaaf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lambdas/update-letter-queue/jest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const baseJestConfig = {
99
},
1010
],
1111
},
12+
transformIgnorePatterns: [
13+
"node_modules/(?!(@nhsdigital/nhs-notify-event-schemas-supplier-config)/)",
14+
],
1215

1316
// Automatically clear mock calls, instances, contexts and results before every test
1417
clearMocks: true,

0 commit comments

Comments
 (0)