⬆️bump dependencies

This commit is contained in:
platane
2021-06-13 08:29:12 +02:00
parent 5299f99928
commit 244b2fe6d4
7 changed files with 1051 additions and 1238 deletions

View File

@@ -22,7 +22,7 @@ describe("getGithubUserContribution", () => {
it("should get around 365 cells", async () => {
const { cells } = await promise;
expect(cells.length).toBeGreaterThan(365);
expect(cells.length).toBeGreaterThanOrEqual(365);
expect(cells.length).toBeLessThanOrEqual(365 + 7);
});