Patch Changes
-
#13548
1aee990Thanks @emily-shen! - Update warning message when attempting to access exports not defined on the main workerPreviously this referred to the
SELFworker, which is now a deprecated API in the Vitest integration. -
#13607
d5d0446Thanks @petebacondarwin! - fix: Restore workflow binding before async cleanup inWorkflowIntrospectorHandle.dispose()Previously,
dispose()awaited all instance abort operations before restoring the originalenvbinding. On slower CI environments (especially Windows), this left a window where the next test could see a stale proxy, causing "Trying to mock step multiple times" errors or failed introspection. The binding is now restored synchronously before the async instance cleanup begins. -
#13007
2c3258dThanks @sheplu! - Reduce default log verbosity fromVERBOSEtoINFOThe pool logger was previously hardcoded to
VERBOSE, causing noisy debug messages on every test run (e.g.[vpw:debug] Adding compatibility flag...). Only informational, warning, and error messages are now printed by default.For debugging, set
NODE_DEBUG=vitest-pool-workersto restore the detailed output. -
Updated dependencies [
05f4443,4a9ba90,d8c895a,b35617b,7dc0433,8ca78bb,b6e1351,d8314c6,b35617b,7f50300,4fda685,be5e6a0,e456952,59eec63,50bf819,cc1413a,d0a9d1c,4eb1da9,8ca78bb,266c418,6d887db,5716d69]:- wrangler@4.84.0
- miniflare@4.20260420.0