Skip to content

Commit e82f771

Browse files
authored
Update test/fixtures/es-module-loaders/mock-loader.mjs
1 parent cd8f7ea commit e82f771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/es-module-loaders/mock-loader.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export function globalPreload({port}) {
7575
}
7676

7777

78-
// rewrites node: loading to node-custom: so that it can be intercepted
78+
// rewrites node: loading to mock: so that it can be intercepted
7979
export function resolve(specifier, context, defaultResolve) {
8080
if (specifier === 'node:mock') {
8181
return {

0 commit comments

Comments
 (0)