Skip to content

Commit

Permalink
test: directory import by .
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jun 29, 2024
1 parent c9c690b commit c67e3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export const files = {
${tsCheck};
`,

'period.in.name.ts': 'export const periodInName = true as const',
'period.in.name.ts': 'export { a } from "."',
},

// TODO: test resolution priority for files 'index.tsx` & 'index.tsx.ts` via 'index.tsx'
Expand Down

0 comments on commit c67e3ba

Please sign in to comment.