We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b2c30 commit 95b7312Copy full SHA for 95b7312
src/__tests__/data/match-path-data.ts
@@ -214,5 +214,6 @@ export const tests: ReadonlyArray<OneTest> = [
214
},
215
requestedModule: "mylib",
216
expectedPath: join("/root", "mylib", "index.cjs"),
217
+ extensions: defaultExtensionsWhenRunningInTsNode,
218
219
];
0 commit comments