🚀 improve demo and add test script for action
This commit is contained in:
5
packages/action/__tests__/dev.ts
Normal file
5
packages/action/__tests__/dev.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { generateContributionSnake } from "../generateContributionSnake";
|
||||
|
||||
generateContributionSnake("platane").then((buffer) => {
|
||||
process.stdout.write(buffer);
|
||||
});
|
||||
Reference in New Issue
Block a user