mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-29 14:57:05 +00:00
docs: define independent revision properties
This commit is contained in:
@@ -175,7 +175,7 @@ describe("restoreDocumentHistoryRevision", () => {
|
||||
expect(getConflictedRevs).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it("reports remaining live conflict leaves after restoration", async () => {
|
||||
it("reports remaining conflict leaves after restoration", async () => {
|
||||
const { core, getConflictedRevs } = createCore({ conflicts: ["3-other"] });
|
||||
|
||||
await expect(restoreDocumentHistoryRevision(core, path, "2-source")).resolves.toEqual({
|
||||
|
||||
Reference in New Issue
Block a user