mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-27 22:07:07 +00:00
Refine P2P and manual setup workflows
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { getCouchDBServerFixConfirmation } from "./couchDBServerFixConfirmation";
|
||||
|
||||
describe("CouchDB server requirement fixes", () => {
|
||||
it("identifies the exact server setting and value before a fix is applied", () => {
|
||||
expect(getCouchDBServerFixConfirmation("chttpd/require_valid_user", "true")).toEqual({
|
||||
title: "Change CouchDB server setting",
|
||||
message: "Change CouchDB server setting 'chttpd/require_valid_user' to 'true'?",
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user