Add minimal testing structure

This commit is contained in:
Andrey Antukh 2025-05-19 09:08:43 +02:00
parent 29d23577d2
commit 778de6adaf
5 changed files with 100 additions and 15 deletions

View file

@ -1,4 +1,4 @@
import * as penpot from "../target/library/penpot.js";
import * as penpot from "#self";
import { writeFile, readFile } from 'fs/promises';
import { createWriteStream } from 'fs';
import { Writable } from "stream";