Skip to content

Commit 4da2e8e

Browse files
committed
Update bfs test case
1 parent 4a07417 commit 4da2e8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/graphs/searching/bfs.spec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ describe('BFS', function () {
1717
expect(bfs([], 0, 0)).toEqual([0]);
1818
});
1919

20+
it('should return the correct output when used with\
21+
source node equals target node', function () {
22+
23+
});
24+
2025
});

0 commit comments

Comments
 (0)