Skip to content

Commit e28d8a0

Browse files
author
Jesse Trinity
committed
update refactorConvertImport_partialSelection
1 parent 3c64fd6 commit e28d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/refactorConvertImport_notAtDefaultName.ts renamed to tests/cases/fourslash/refactorConvertImport_partialSelection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
////import /*a*/d/*b*/, * as n from "m";
44

55
goTo.select("a", "b");
6-
verify.not.refactorAvailable("Convert import");
6+
verify.refactorAvailable("Convert import");

0 commit comments

Comments
 (0)