splitting unit + integration testing apart attempt #1
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3m46s

This commit is contained in:
2025-11-30 15:44:41 -08:00
parent 6174cf7d97
commit 3b25d185c1
5 changed files with 114 additions and 111 deletions

View File

@@ -30,6 +30,8 @@ export default defineConfig({
// Vitest-specific configuration for the 'unit' test project.
test: {
// Name this project 'unit' to distinguish it in the workspace.
name: 'unit',
// By default, Vitest does not suppress console logs.
// The onConsoleLog hook is only needed if you want to conditionally filter specific logs.
// Keeping the default behavior is often safer to avoid missing important warnings.