Skip to content

Commit 0bbe35c

Browse files
committed
fix(tests): update Jest config to exclude renamed playwright-runner.e2e.ts
The previous commit renamed the file but did not update the Jest testPathIgnorePatterns.
1 parent 01c933b commit 0bbe35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
},
2020
testPathIgnorePatterns: [
2121
'<rootDir>/src/__tests__/e2e',
22-
'<rootDir>/src/__tests__/playwright-runner.test.ts',
22+
'<rootDir>/src/__tests__/playwright-runner.e2e.ts',
2323
'<rootDir>/src/lib/__tests__/ban-conditions.test.ts',
2424
'<rootDir>/src/app/api/v1/.*/__tests__',
2525
'<rootDir>/src/app/api/agents/publish/__tests__',

0 commit comments

Comments
 (0)