splitting unit + integration testing apart attempt #1
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3m46s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 3m46s
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user