Upgrade dependencies. (#841)

This commit is contained in:
Oleksii Trekhleb
2022-01-22 09:58:38 +01:00
committed by GitHub
parent 9bb60fa72f
commit 7d8d3977a2
3 changed files with 1422 additions and 2111 deletions

View File

@@ -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);
});
});