Change8

@cloudflare/vitest-pool-workers@0.14.2

📦 cloudflare-workersView on GitHub →
🐛 1 fixes

Summary

This patch release improves error handling for unsupported V8 coverage providers by rejecting them early with a clear message. Dependencies including miniflare and wrangler have also been updated.

Migration Steps

  1. If using V8 coverage provider (@vitest/coverage-v8), switch to Istanbul coverage instead, as V8 coverage is not supported due to missing node:inspector functionality in workerd.

🐛 Bug Fixes

  • Rejected V8 coverage provider (@vitest/coverage-v8) with a clear error message because workerd provides a non-functional stub for node:inspector, which is required by V8 coverage.