Skip to content

Commit fd96817

Browse files
author
MQuy
committed
Remove SortComments test and fix organizeImport6
1 parent c22b697 commit fd96817

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

tests/baselines/reference/organizeImports/SortComments.ts

-17
This file was deleted.

tests/cases/fourslash/organizeImports6.ts

+8-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
//// anotherThing;
1717

1818
verify.organizeImports(
19-
`import * as anotherThing from "someopath"; /* small comment */ // single line one.
19+
`/* some comment here
20+
* and there
21+
*/
22+
import * as anotherThing from "someopath"; /* small comment */ // single line one.
23+
/* some comment here
24+
* and there
25+
*/
2026
21-
anotherThing;`);
27+
anotherThing;`);

0 commit comments

Comments
 (0)