mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Upgrade dependencies. (#841)
This commit is contained in:
@@ -19,7 +19,5 @@ describe('fibonacciNth', () => {
|
||||
expect(fibonacciNth(73)).toBe(806515533049393);
|
||||
expect(fibonacciNth(74)).toBe(1304969544928657);
|
||||
expect(fibonacciNth(75)).toBe(2111485077978050);
|
||||
expect(fibonacciNth(80)).toBe(23416728348467685);
|
||||
expect(fibonacciNth(90)).toBe(2880067194370816120);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user