Skip to content

Commit

Permalink
Update test/fixtures/es-module-loaders/mock-loader.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Sep 20, 2021
1 parent cd8f7ea commit e82f771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/es-module-loaders/mock-loader.mjs
Expand Up @@ -75,7 +75,7 @@ export function globalPreload({port}) {
}


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

0 comments on commit e82f771

Please sign in to comment.