🔨 fix dev script
This commit is contained in:
@@ -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(process.cwd(), "/__tests__/__snapshots__/out.gif");
|
||||
|
||||
const buffer = await generateContributionSnake("platane");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user