mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
chore(format): fix format issues in tree.spec.ts
This commit is contained in:
parent
80ce77cdcf
commit
ff58184691
@ -61,7 +61,7 @@ describe("Tree", () => {
|
|||||||
rootNote.child(note(String(i)));
|
rootNote.child(note(String(i)));
|
||||||
}
|
}
|
||||||
|
|
||||||
const expectedOrder = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
|
const expectedOrder = [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ];
|
||||||
|
|
||||||
// Sort a few times to ensure that the resulting order is the same.
|
// Sort a few times to ensure that the resulting order is the same.
|
||||||
for (let i = 0; i < 5; i++) {
|
for (let i = 0; i < 5; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user