Skip to content

Commit da1729c

Browse files
committed
--fix : code coverage 87%
1 parent 09e7441 commit da1729c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_DataStructures_/LinkedList/LinkedList.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ describe('Data Structures: Linked Lists', () => {
6868
list.addAtEnd(10);
6969

7070
expect(list.length()).toEqual(4);
71+
expect(list.traverseList()).toEqual([15, 23, 33, 10]);
7172
});
7273
});
7374

0 commit comments

Comments
 (0)