test(commands): cover viewport command flow

This commit is contained in:
syntaxbullet
2026-07-03 09:50:03 +02:00
parent a460d6ea05
commit af71a49b09
4 changed files with 132 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"dev": "bun --hot index.ts",
"start": "NODE_ENV=production bun index.ts",
"build": "bun run build.ts",
"lint": "eslint ."
"lint": "eslint .",
"test": "bun test"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",