test(api): add unit tests for Jira/Confluence/GitLab helpers, drop obsolete shell test

This commit is contained in:
Aleksey Shakhmatov
2026-08-06 14:43:20 +03:00
parent f802f06930
commit 7804681356
5 changed files with 79 additions and 1285 deletions
+2 -4
View File
@@ -28,7 +28,7 @@
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "node --experimental-strip-types test/guardrails.test.ts && bash test/shell.test.sh && bash test/uninstall.test.sh"
"test": "node --experimental-strip-types test/guardrails.test.ts && node --experimental-strip-types test/api.test.ts && bash test/uninstall.test.sh"
},
"peerDependencies": {
"@earendil-works/pi-ai": "*",
@@ -37,9 +37,7 @@
"typebox": "*"
},
"dependencies": {},
"optionalDependencies": {
"@modelcontextprotocol/sdk": "^1.29.0"
},
"optionalDependencies": {},
"devDependencies": {
"typescript": "^5"
}