1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-04-25 12:13:03 +00:00
Files
gitea-app/test
Girish Ramakrishnan adb5a3e683 test: pass cloudronCli.* methods directly as it() callbacks
Replaces `it('uninstall app', async () => { await cloudronCli.uninstall(); })`
style wrappers with the bare-method form `it('uninstall app',
cloudronCli.uninstall)` so mocha awaits the returned promise. Also fixes
sync `function () { cloudronCli.appstoreInstall(); }` wrappers around
async methods, where mocha would resolve the test before getAppInfo()
refreshed `app` and the next step would navigate to a stale fqdn.

Made-with: Cursor
2026-04-24 17:54:00 +02:00
..
2023-11-15 12:50:25 +01:00
2023-11-15 12:50:25 +01:00
2023-11-15 12:50:25 +01:00