[vitest-pool-workers] Reintroduce isolated storage #13173
Replies: 3 comments 2 replies
-
|
In my project I have ~4000 integration tests across ~300 files, the current lack of isolated storage blocks migration. |
Beta Was this translation helpful? Give feedback.
-
|
We've removed isolated storage as part of preparing for v1 of There are two recommended paths forward:
|
Beta Was this translation helpful? Give feedback.
-
|
Reopening to track adding a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the solution
Isolated storage was removed as part of migration to Vitest 4, however:
This effectively blocks many large projects from upgrading without significant effort.
I would like to request reintroducing isolated storage, either exposed as a config option or as a public API that we can manually call in
beforeEach/afterEach.Beta Was this translation helpful? Give feedback.
All reactions