mirror of
https://github.com/loro-dev/loro.git
synced 2024-12-04 05:29:48 +00:00
chore: update test comments
This commit is contained in:
parent
c1613ee680
commit
d9cd90563f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ it("basic example", () => {
|
||||||
map: { key: "value" }
|
map: { key: "value" }
|
||||||
});
|
});
|
||||||
|
|
||||||
// delete 1 element at index 0
|
// delete 2 elements at index 0
|
||||||
list.delete(0, 2)
|
list.delete(0, 2)
|
||||||
expect(doc.toJson()).toStrictEqual({
|
expect(doc.toJson()).toStrictEqual({
|
||||||
list: ["C"],
|
list: ["C"],
|
||||||
|
|
Loading…
Reference in a new issue