⬆️bump dependencies
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cheerio": "0.22.22",
|
||||
"@types/node-fetch": "2.5.8"
|
||||
"@types/node-fetch": "2.5.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user