test: disable isolate for unit test by bluwy · Pull Request #17448 · vitejs/vite (original) (raw)

Description

Instead of pool: 'forks', I figured it's better to use isolate: false since we shouldn't need isolation for unit tests. I had to refactored some tests to accommodate this, mainly avoiding mocking.