Upgrade package dependencies

This commit is contained in:
trekhleb
2026-02-18 01:13:21 -08:00
committed by Oleksii Trekhleb
parent 024884517f
commit 115e428168
16 changed files with 2138 additions and 1272 deletions

View File

@@ -11,7 +11,7 @@ describe('prim', () => {
prim(graph);
}
expect(applyPrimToDirectedGraph).toThrowError();
expect(applyPrimToDirectedGraph).toThrow();
});
it('should find minimum spanning tree', () => {