mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Disable test isolation
Isolation isn't required and it takes the setup contribution to our tests down from over 60 seconds to single figures, greatly speeding up the tests. GitOrigin-RevId: 72516e420583fa2dfcef13f2cc50b0769a100baf
This commit is contained in:
@@ -8,5 +8,6 @@ module.exports = defineConfig({
|
||||
],
|
||||
setupFiles: ['./test/unit/vitest_bootstrap.mjs'],
|
||||
globals: true,
|
||||
isolate: false,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user