Skip to content

Commit ed1c5d9

Browse files
lankaapuramhegazy
authored andcommitted
update test for #20577 (#22310)
1 parent 48b6318 commit ed1c5d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/cases/fourslash/formattingChainingMethods.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
//// )
1717
//// )
1818
//// );
19+
////
20+
////1
21+
//// .toFixed(
22+
//// 2);
1923

2024
format.document();
2125
verify.currentFileContentIs(`z$ = this.store.select(this.fake())
@@ -33,5 +37,9 @@ verify.currentFileContentIs(`z$ = this.store.select(this.fake())
3337
})
3438
)
3539
)
36-
);`
40+
);
41+
42+
1
43+
.toFixed(
44+
2);`
3745
);

0 commit comments

Comments
 (0)