Fixed admin tests.

This commit is contained in:
SamTV12345 2024-03-10 21:25:55 +01:00
parent cda035057d
commit 54572b2075
15 changed files with 300 additions and 292 deletions

View file

@ -19,7 +19,11 @@
"dev": "pnpm --filter ep_etherpad-lite run dev",
"prod": "pnpm --filter ep_etherpad-lite run prod",
"ts-check": "pnpm --filter ep_etherpad-lite run ts-check",
"ts-check:watch": "pnpm --filter ep_etherpad-lite run ts-check:watch"
"ts-check:watch": "pnpm --filter ep_etherpad-lite run ts-check:watch",
"test-ui": "pnpm --filter ep_etherpad-lite run test-ui",
"test-ui:ui": "pnpm --filter ep_etherpad-lite run test-ui:ui",
"test-admin": "pnpm --filter ep_etherpad-lite run test-admin",
"test-admin:ui": "pnpm --filter ep_etherpad-lite run test-admin:ui"
},
"dependencies": {
"ep_etherpad-lite": "workspace:./src"
@ -35,4 +39,4 @@
},
"version": "1.9.7",
"license": "Apache-2.0"
}
}