We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6d5de commit f75d5cdCopy full SHA for f75d5cd
test/utils.js
@@ -40,7 +40,7 @@ describe('utils', () => {
40
it('should recursively traverse a tree of nodes and return the key values of parents from the level specified', () => {
41
const expected = ['0', '0-1'];
42
43
- assert.equal(expected, expandNodesToLevel(nestedTree, 1));
+ assert.deepEqual(expected, expandNodesToLevel(nestedTree, 1));
44
});
45
46
0 commit comments