We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d99ee commit c05b299Copy full SHA for c05b299
web/jest.config.cjs
@@ -19,7 +19,7 @@ const config = {
19
},
20
testPathIgnorePatterns: [
21
'<rootDir>/src/__tests__/e2e',
22
- '<rootDir>/src/lib/__tests__', // Uses bun:test mock.module() - run with bun test
+ '<rootDir>/src/lib/__tests__/ban-conditions\\.test\\.ts', // Uses bun:test mock.module() - run with bun test
23
'<rootDir>/src/app/api/v1/.*/__tests__',
24
'<rootDir>/src/app/api/agents/publish/__tests__',
25
'<rootDir>/src/app/api/agents/\\[publisherId\\]/.*/__tests__',
0 commit comments