🔨 fix test

This commit is contained in:
platane
2020-11-01 14:40:52 +01:00
parent bd2e350c23
commit 2d1d70a10c

View File

@@ -2,6 +2,8 @@ import * as fs from "fs";
import * as path from "path";
import { generateContributionSnake } from "../generateContributionSnake";
jest.setTimeout(2 * 60 * 1000);
it("should generate contribution snake", async () => {
const outputSvg = path.join(__dirname, "__snapshots__/out.svg");
const outputGif = path.join(__dirname, "__snapshots__/out.gif");