Main
Showing
jest.config.js
0 → 100644
| ... | @@ -12,6 +12,8 @@ | ... | @@ -12,6 +12,8 @@ |
| ], | ], | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc", | "build": "tsc", | ||
| "test": "jest", | |||
| "test:watch": "jest --watch", | |||
| "prepublishOnly": "npm run build", | "prepublishOnly": "npm run build", | ||
| "start": "node dist/index.js", | "start": "node dist/index.js", | ||
| "dev": "tsx src/index.ts" | "dev": "tsx src/index.ts" | ||
| ... | @@ -20,7 +22,10 @@ | ... | @@ -20,7 +22,10 @@ |
| "@modelcontextprotocol/sdk": "^1.0.0" | "@modelcontextprotocol/sdk": "^1.0.0" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/jest": "^30.0.0", | |||
| "@types/node": "^22.0.0", | "@types/node": "^22.0.0", | ||
| "jest": "^30.2.0", | |||
| "ts-jest": "^29.4.6", | |||
| "tsx": "^4.0.0", | "tsx": "^4.0.0", | ||
| "typescript": "^5.6.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