Skip to content

Commit

Permalink
fix(jest-config): remove slash in transformIgnorePatterns (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 25, 2024
1 parent 0ace70d commit 4dda867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/jest-config/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
],
},
transformIgnorePatterns: [
String.raw`node_modules/(?!@angular|rxjs|ngx-highlightjs|@maskito|@ng-web-apis|@taiga-ui\/event-plugins|@taiga-ui\/polymorpheus)`,
'node_modules/(?!@angular|rxjs|ngx-highlightjs|@maskito|@ng-web-apis|@taiga-ui).+',
],
testMatch: ['<rootDir>/projects/**/*.spec.ts'],
testPathIgnorePatterns: [
Expand Down

0 comments on commit 4dda867

Please sign in to comment.