mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-26 21:37:05 +00:00
test: cover registered adaptive remote choices
This commit is contained in:
@@ -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" }),
|
||||
])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user