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 d679da5 commit 53a6405Copy full SHA for 53a6405
test/data-structures/heap.spec.js
@@ -58,4 +58,4 @@ describe('Heap', function () {
58
res = heap.extract();
59
expect(res).toBe(66);
60
});
61
-});
+});
0 commit comments