Patch Changes
-
#13095
65e6684Thanks @penalosa! - Reject V8 coverage provider with a clear error messageV8 native code coverage (
@vitest/coverage-v8) requiresnode:inspectorto collect profiling data from V8's runtime. workerd only providesnode:inspectoras a non-functional stub, so V8 coverage would silently fail or crash with a confusingNo such module "node:inspector"error.The pool now detects this configuration early — during Vite plugin setup, before Vitest tries to load the coverage provider — and throws a clear error directing users to use Istanbul coverage instead, which works by instrumenting source code at build time and runs on any JavaScript runtime.
-
Updated dependencies [
a3e3b57,7d318e1,fa6d84f,96ee5d4,7d318e1,7a60d4b,78cbe37,6fa5dfd]:- miniflare@4.20260405.0
- wrangler@4.81.0