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

@@ -276,7 +276,7 @@ describe('Graph', () => {
graph.deleteEdge(edgeBC);
}
expect(deleteNotExistingEdge).toThrowError();
expect(deleteNotExistingEdge).toThrow();
});
it('should be possible to reverse graph', () => {