🐛 disabled unreliable test

This commit is contained in:
platane
2023-01-09 08:39:23 +01:00
committed by Platane
parent 6b34e9a272
commit dcdf20756a

View File

@@ -47,7 +47,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();