Moved api tests to oauth2.

This commit is contained in:
SamTV12345 2024-03-25 21:17:33 +01:00
parent 6f3f127808
commit 85bb520355
16 changed files with 501 additions and 214 deletions

View file

@ -34,7 +34,6 @@
"axios": "^1.6.8",
"clean-css": "^5.3.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"ejs": "^3.1.9",
"etherpad-require-kernel": "^1.0.16",
@ -50,6 +49,7 @@
"js-cookie": "^3.0.5",
"jsdom": "^24.0.0",
"jsonminify": "0.4.2",
"jsonwebtoken": "^9.0.2",
"languages4translatewiki": "0.1.3",
"live-plugin-manager-pnpm": "^0.18.1",
"lodash.clonedeep": "4.5.0",
@ -89,6 +89,7 @@
"@types/formidable": "^3.4.5",
"@types/http-errors": "^2.0.4",
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/oidc-provider": "^8.4.4",