test(api): add unit tests for Jira/Confluence/GitLab helpers, drop obsolete shell test
This commit is contained in:
+2
-4
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user