Skip to content

Commit 0ca9035

Browse files
test: fix coverage
1 parent e9856b5 commit 0ca9035

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/arrayToTree.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ describe("arrayToTree", () => {
748748
},
749749
]);
750750

751+
expect(mom.legs()).to.equal(4);
752+
751753
expect(tree[0].__proto__).to.deep.equal(Object.prototype);
752754
expect(tree[0].legs).to.equal(undefined);
753755
});

0 commit comments

Comments
 (0)