Skip to content

Commit

Permalink
chore: lint (#8807)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Sep 4, 2024
1 parent de3a923 commit 4079539
Show file tree
Hide file tree
Showing 21 changed files with 1,979 additions and 1,254 deletions.
4 changes: 2 additions & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ const config: JestConfigWithTsJest = {
'jest-preset-angular',
{
tsconfig: resolve(__dirname, 'tsconfig.spec.json'),
stringifyContentPathRegex: '\\.html$',
stringifyContentPathRegex: String.raw`\.html$`,
isolatedModules: true,
diagnostics: true,
},
],
},
transformIgnorePatterns: [
'node_modules/(?!@angular|rxjs|ngx-highlightjs|@maskito|@ng-web-apis|@taiga-ui\\/event-plugins|@taiga-ui\\/polymorpheus)',
String.raw`node_modules/(?!@angular|rxjs|ngx-highlightjs|@maskito|@ng-web-apis|@taiga-ui\/event-plugins|@taiga-ui\/polymorpheus)`,
],
testMatch: ['<rootDir>/projects/**/*.spec.ts'],
testPathIgnorePatterns: ['/demo-cypress/', '/demo-playwright/', '/node_modules/'],
Expand Down
Loading

0 comments on commit 4079539

Please sign in to comment.