test: cover nextcloud proxy url handling

This commit is contained in:
2026-06-13 08:27:38 +02:00
parent f061dd2f38
commit ee753331ce
3 changed files with 65 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
"build": "tsc -p tsconfig.json",
"dev": "node --watch dist/index.js",
"start": "node dist/index.js",
"test": "npm run build && node --test dist/server/nextcloud-proxy.test.js",
"check": "tsc -p tsconfig.json --noEmit"
},
"engines": {