Fix test failure (#25199)

This commit is contained in:
Andy
2018-06-25 11:34:04 -07:00
committed by GitHub
parent 9aa60f27eb
commit 8923a01481

View File

@@ -29,7 +29,8 @@ edit.applyRefactor({
`import { f } from "./a";
import { f } from "./a";
import { f as g } from "./a";
import f, * as a from "./a"; // TODO: GH#24875
import, * as a from "./a"; // TODO: GH#24875
import { f } from "./a";
export { f as default } from "./a";
export { f } from "./a";