Skip to content

Commit 6c62f5f

Browse files
committed
chore: exclude .claude worktrees from jest test discovery
1 parent 2f715cf commit 6c62f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config = {
1616
],
1717
testRunner: 'jest-circus/runner',
1818
testTimeout: 30000,
19-
modulePathIgnorePatterns: ['<rootDir>/dist/'],
19+
modulePathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/.claude/'],
2020
};
2121

2222
module.exports = config;

0 commit comments

Comments
 (0)