Skip to content

Commit 513d7af

Browse files
committed
test(jest): add examples to the ignore patterns for tests
1 parent 36e806f commit 513d7af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ const config: JestConfigWithTsJest = {
1616
},
1717
testEnvironment: 'node',
1818
setupFiles: ['./jest.setup.ts'],
19+
testPathIgnorePatterns: ['<rootDir>/examples/'],
20+
modulePathIgnorePatterns: ['<rootDir>/examples/'],
1921
prettierPath: '<rootDir>/node_modules/prettier',
2022
};
2123

0 commit comments

Comments
 (0)