chore: revert vite 5.4.2 -> 5.0.12 (#8499)

This commit is contained in:
David Luzar 2024-09-12 12:56:45 +02:00 committed by GitHub
parent dc812bee19
commit 80f3b75d42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 274 deletions

View file

@ -8,7 +8,7 @@ export default defineConfig({
// Since hooks are running in stack in v2, which means all hooks run serially whereas
// we need to run them in parallel
sequence: {
hooks: 'parallel',
hooks: "parallel",
},
setupFiles: ["./setupTests.ts"],
globals: true,