Skip to content

Commit 95b7312

Browse files
committed
Add missing extensions
1 parent d1b2c30 commit 95b7312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/__tests__/data/match-path-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,6 @@ export const tests: ReadonlyArray<OneTest> = [
214214
},
215215
requestedModule: "mylib",
216216
expectedPath: join("/root", "mylib", "index.cjs"),
217+
extensions: defaultExtensionsWhenRunningInTsNode,
217218
},
218219
];

0 commit comments

Comments
 (0)