🩹 temporary disable unreliable test

This commit is contained in:
platane
2022-11-03 08:32:17 +01:00
committed by Platane
parent b40f17a02e
commit 463b90d43c

View File

@@ -28,7 +28,7 @@ describe("getGithubUserContribution", () => {
});
});
it("should match snapshot for year=2019", async () => {
xit("should match snapshot for year=2019", async () => {
expect(
await getGithubUserContribution("platane", { year: 2019 })
).toMatchSnapshot();