Skip to content

Commit c67e3ba

Browse files
committed
test: directory import by .
1 parent c9c690b commit c67e3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/fixtures.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const files = {
211211
${tsCheck};
212212
`,
213213

214-
'period.in.name.ts': 'export const periodInName = true as const',
214+
'period.in.name.ts': 'export { a } from "."',
215215
},
216216

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

0 commit comments

Comments
 (0)