Skip to content

Commit

Permalink
Add missing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed Mar 3, 2022
1 parent d1b2c30 commit 95b7312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/data/match-path-data.ts
Expand Up @@ -214,5 +214,6 @@ export const tests: ReadonlyArray<OneTest> = [
},
requestedModule: "mylib",
expectedPath: join("/root", "mylib", "index.cjs"),
extensions: defaultExtensionsWhenRunningInTsNode,
},
];

0 comments on commit 95b7312

Please sign in to comment.