mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 16:27:07 +00:00
Harden real-runtime workflow validation
This commit is contained in:
@@ -177,6 +177,7 @@ describe("packaged Commonlib compatibility gate", () => {
|
||||
databaseService: {},
|
||||
fileProcessingService: { commitPendingFileEvents: vi.fn().mockResolvedValue(true) },
|
||||
replicatorService: {
|
||||
acquireActiveReplicatorContext: vi.fn().mockResolvedValue(undefined),
|
||||
getActiveReplicator: () => ({ openReplication }),
|
||||
runFiniteReplicationActivity,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user