feat: Add unit tests for new episode job, title matching, and next episode scheduling

Also update Vitest exclude configuration
This commit is contained in:
2025-12-07 05:26:49 -05:00
parent 4b3354a5d6
commit c45a24febe
4 changed files with 287 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ export default defineWorkersProject(async () => {
"**/mocks/**",
"drizzle.config.ts",
"src/schema.ts",
"src/libs/test",
],
},
},