We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f7bb7 commit c6a3ac2Copy full SHA for c6a3ac2
packages/vitest-pool-workers/src/pool/module-fallback.ts
@@ -582,7 +582,7 @@ export async function handleModuleFallbackRequest(
582
console.error(
583
`[vitest-pool-workers] Failed to ${method} ${JSON.stringify(target)} from ${JSON.stringify(referrer)}.`,
584
"To resolve this, try bundling the relevant dependency with Vite.",
585
- "For more details, see: https://developers.cloudflare.com/workers/testing/vitest-integration/known-issues/#module-resolution"
+ "For more details, refer to https://developers.cloudflare.com/workers/testing/vitest-integration/known-issues/#module-resolution"
586
);
587
}
588
0 commit comments