Problem
Exported symbols from @vitest/utils are note resolved from within the workerd runtime when using pnpm
Solution
Use npm instead of pnpm.
Why It Works
pnpm has stricter module resolution, which does not seem to work with workerd
Context
- miniflare v3+