feat: add tests and update mds

This commit is contained in:
Brooklyn Nicholson 2026-04-08 19:31:25 -05:00
parent f226e6be10
commit 9d8f9765c1
11 changed files with 6013 additions and 4 deletions

View file

@ -10,7 +10,9 @@
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"fmt": "prettier --write 'src/**/*.{ts,tsx}'",
"fix": "npm run lint:fix && npm run fmt"
"fix": "npm run lint:fix && npm run fmt",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"ink": "^6.8.0",
@ -32,6 +34,7 @@
"globals": "^16",
"prettier": "^3",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
"typescript": "^5.7.0",
"vitest": "^4.1.3"
}
}