Skip to content

Commit 3d8acc3

Browse files
committed
fix(testing): exclude Bun-only tests from Jest test runner
Add testPathIgnorePatterns for dependencies test that uses bun:test directly.
1 parent 4717d6d commit 3d8acc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/jest.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const config = {
2121
'<rootDir>/src/__tests__/e2e',
2222
'<rootDir>/src/app/api/v1/.*/__tests__',
2323
'<rootDir>/src/app/api/agents/publish/__tests__',
24+
'<rootDir>/src/app/api/agents/\\[publisherId\\]/.*/__tests__',
2425
],
2526
}
2627

0 commit comments

Comments
 (0)