From c67e3baefdb4b38d44779a44e21f2a989482911c Mon Sep 17 00:00:00 2001 From: Hiroki Osame Date: Sat, 29 Jun 2024 09:45:06 +0900 Subject: [PATCH] test: directory import by . --- tests/fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures.ts b/tests/fixtures.ts index 80dda65b..31041515 100644 --- a/tests/fixtures.ts +++ b/tests/fixtures.ts @@ -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'