Skip to content

Commit 3ce9fc3

Browse files
committed
chore: add testPathIgnorePatterns to Jest configuration
1 parent b87200b commit 3ce9fc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { Config } from 'jest';
33
const jestConfig: Config = {
44
preset: 'jest-preset-angular',
55
setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
6+
testPathIgnorePatterns: ['/node_modules/', '/tests/'],
67
transformIgnorePatterns: ['node_modules/(?!.*\\.mjs$|@jsverse)'],
78
transform: {
89
'^.+\\.(ts|mjs|js|html)$': [

0 commit comments

Comments
 (0)