Add manual test for PIS endpoint

This commit is contained in:
2026-02-21 11:17:01 +00:00
parent 4fd95189ce
commit edca2698a7
4 changed files with 65 additions and 2 deletions

View File

@@ -15,7 +15,8 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"build": "tsc",
"test-pis": "NODE_TLS_REJECT_UNAUTHORIZED=0 tsx tests/manual/pis.ts"
},
"repository": {
"type": "git",