Skip to content

Commit a117c4d

Browse files
committed
fix: adding tests, finally
1 parent 659f8be commit a117c4d

File tree

12 files changed

+743
-81
lines changed

12 files changed

+743
-81
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"build": "tsc",
99
"start": "tsc && node dist/index.js",
10-
"test": "npm run test:lint",
10+
"test": "npm run test:lint && vitest --run",
11+
"test:watch": "vitest",
1112
"cipublish": "node scripts/publish.js",
1213
"test:lint": "eslint ./src",
1314
"mcp": "tsc && npx @modelcontextprotocol/inspector dist/index.js --mcp"
@@ -39,6 +40,7 @@
3940
"execa": "^9.5.2",
4041
"express": "^4.21.2",
4142
"prettier": "^3.5.0",
43+
"vitest": "^3.0.8",
4244
"zod": "^3.24.2"
4345
},
4446
"devDependencies": {

0 commit comments

Comments
 (0)