test(cli): add basic test suite

This commit is contained in:
Johann Schopplich
2025-11-04 07:45:50 +01:00
parent 8f0156c1af
commit af298537a4
6 changed files with 262 additions and 6 deletions

View File

@@ -31,7 +31,8 @@
],
"scripts": {
"dev": "tsx ./src/index.ts",
"build": "tsdown"
"build": "tsdown",
"test": "vitest"
},
"dependencies": {
"citty": "^0.1.6",