Skip to content

Commit bd7a830

Browse files
devillclaude
andcommitted
Exclude fixture tests from main test suite
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a5cdd54 commit bd7a830

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
testEnvironment: 'node',
44
roots: ['<rootDir>/tests'],
55
testMatch: ['**/*.test.ts'],
6+
testPathIgnorePatterns: ['<rootDir>/tests/fixtures/'],
67
collectCoverageFrom: [
78
'src/**/*.ts',
89
'!src/**/*.d.ts',

0 commit comments

Comments
 (0)