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
@@ -11,7 +11,7 @@ describe('prim', () => {
|
||||
prim(graph);
|
||||
}
|
||||
|
||||
expect(applyPrimToDirectedGraph).toThrowError();
|
||||
expect(applyPrimToDirectedGraph).toThrow();
|
||||
});
|
||||
|
||||
it('should find minimum spanning tree', () => {
|
||||
|
||||
Reference in New Issue
Block a user