Remove usages of vi.mock

This commit is contained in:
Alejandro Celaya
2023-12-18 23:38:34 +01:00
parent 598540aaac
commit f50d033551
6 changed files with 84 additions and 67 deletions

View File

@@ -28,6 +28,7 @@ export default defineConfig({
// Vitest config
test: {
globals: true,
allowOnly: true,
environment: 'jsdom',
setupFiles: './config/test/setupTests.ts',
coverage: {