mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Upgrade package dependencies
This commit is contained in:
committed by
Oleksii Trekhleb
parent
024884517f
commit
115e428168
@@ -276,7 +276,7 @@ describe('Graph', () => {
|
||||
graph.deleteEdge(edgeBC);
|
||||
}
|
||||
|
||||
expect(deleteNotExistingEdge).toThrowError();
|
||||
expect(deleteNotExistingEdge).toThrow();
|
||||
});
|
||||
|
||||
it('should be possible to reverse graph', () => {
|
||||
|
||||
Reference in New Issue
Block a user