We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8f7ea commit e82f771Copy full SHA for e82f771
test/fixtures/es-module-loaders/mock-loader.mjs
@@ -75,7 +75,7 @@ export function globalPreload({port}) {
75
}
76
77
78
-// rewrites node: loading to node-custom: so that it can be intercepted
+// rewrites node: loading to mock: so that it can be intercepted
79
export function resolve(specifier, context, defaultResolve) {
80
if (specifier === 'node:mock') {
81
return {
0 commit comments