test(commands): cover viewport command flow
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user