Skip to content

Commit 8923a01

Browse files
author
Andy
authored
Fix test failure (microsoft#25199)
1 parent 9aa60f2 commit 8923a01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/cases/fourslash/refactorConvertExport_defaultToNamed.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ edit.applyRefactor({
2929
`import { f } from "./a";
3030
import { f } from "./a";
3131
import { f as g } from "./a";
32-
import f, * as a from "./a"; // TODO: GH#24875
32+
import, * as a from "./a"; // TODO: GH#24875
33+
import { f } from "./a";
3334
3435
export { f as default } from "./a";
3536
export { f } from "./a";

0 commit comments

Comments
 (0)