Add test:coverage script

This commit is contained in:
Danila Poyarkov 2026-03-01 09:34:41 +03:00
parent 36e3f14ac4
commit f1806f6f33

View file

@ -18,6 +18,7 @@
"test:figma": "playwright test --project=figma",
"figma:debug": "open -a Figma --args --remote-debugging-port=9222",
"test:unit": "bun test ./tests/engine",
"test:coverage": "bun test --coverage ./tests/engine",
"open-pencil": "bun packages/cli/src/index.ts"
},
"dependencies": {