Skip to content

Commit 8b328d3

Browse files
committed
fix test to accomodate new api
1 parent e576772 commit 8b328d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/esm-custom-loader/loader.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ const tsNodeInstance = register({
1111
},
1212
});
1313

14-
export const { resolve, getFormat, transformSource } = createEsmHooks(
14+
export const { resolve, getFormat, transformSource, load } = createEsmHooks(
1515
tsNodeInstance
1616
);

0 commit comments

Comments
 (0)