🚀 use ts node

This commit is contained in:
platane
2020-10-16 18:54:09 +02:00
parent 5243a665b1
commit 89e2630eec
8 changed files with 32 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import * as path from "path";
import { generateContributionSnake } from "../generateContributionSnake";
(async () => {
const output = path.join(process.cwd(), "/__tests__/__snapshots__/out.gif");
const output = path.join(__dirname, "__snapshots__/out.gif");
const buffer = await generateContributionSnake("platane");