Skip to content

Commit 4bfd235

Browse files
committed
Updates jest config to ref tel frontend in ignore patterns
1 parent 2aeebc1 commit 4bfd235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module.exports = {
174174

175175
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
176176
transformIgnorePatterns: [
177-
'/node_modules/(?!nhsuk-frontend/.*)',
177+
'/node_modules/(?!nhse-tel-frontend/.*)',
178178
'\\.pnp\\.[^\\/]+$',
179179
],
180180

0 commit comments

Comments
 (0)