v4.0.1
📦 vitestView on GitHub →
🐛 2 fixes
Summary
Vitest v4.0.1 resolves two bugs: it relocates the getBuiltins check and corrects pool communication channel teardown timing.
🐛 Bug Fixes
- Moved the `getBuiltins` check to address issue #8765 (commit 81000631d).
- Fixed pool teardown logic to avoid closing the communication channel prematurely when tests are still running (issue #8767, commit 3fae73e2e).