update refactorConvertImport_partialSelection

This commit is contained in:
Jesse Trinity
2020-05-06 15:10:18 -07:00
parent f1127e6e94
commit c5343f1d4e

View File

@@ -3,4 +3,4 @@
////import /*a*/d/*b*/, * as n from "m";
goTo.select("a", "b");
verify.not.refactorAvailable("Convert import");
verify.refactorAvailable("Convert import");