Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow pool restarts on config change
Vitest will dispose of the pool and recreate it when the Vitest config changes. This was causing `Miniflare` instances to be disposed, then reused when the pool was recreated. This change moves the project cache from the module-level to a "pool-level" local variable.
- Loading branch information