Main
Showing
jest.config.js
0 → 100644
This diff is collapsed.
| ... | ... | @@ -12,6 +12,8 @@ |
| ], | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "test": "jest", | ||
| "test:watch": "jest --watch", | ||
| "prepublishOnly": "npm run build", | ||
| "start": "node dist/index.js", | ||
| "dev": "tsx src/index.ts" | ||
| ... | ... | @@ -20,7 +22,10 @@ |
| "@modelcontextprotocol/sdk": "^1.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/jest": "^30.0.0", | ||
| "@types/node": "^22.0.0", | ||
| "jest": "^30.2.0", | ||
| "ts-jest": "^29.4.6", | ||
| "tsx": "^4.0.0", | ||
| "typescript": "^5.6.0" | ||
| }, | ||
| ... | ... |
tests/codegen.test.ts
0 → 100644
tests/intent.test.ts
0 → 100644
tests/tools.test.ts
0 → 100644
No preview for this file type
Please register or sign in to comment