From de61425864fdbc0300bf2a1eb793d74a0e1f1f5b Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Sun, 2 Aug 2026 03:55:32 +0000 Subject: [PATCH] test: cover registered adaptive remote choices --- src/modules/features/SetupManager.unit.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/features/SetupManager.unit.spec.ts b/src/modules/features/SetupManager.unit.spec.ts index 03c21ecd..9393daf7 100644 --- a/src/modules/features/SetupManager.unit.spec.ts +++ b/src/modules/features/SetupManager.unit.spec.ts @@ -494,6 +494,8 @@ describe("SetupManager", () => { expect.arrayContaining([ expect.objectContaining({ type: "couchdb" }), expect.objectContaining({ type: "s3" }), + expect.objectContaining({ type: "webdav" }), + expect.objectContaining({ type: "postgrest" }), expect.objectContaining({ type: "p2p" }), ]) );