mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-25 22:12:59 +00:00
Retire orphaned WebApp tests and classify regression guards
This commit is contained in:
@@ -309,7 +309,7 @@ describe("useP2PReplicatorUI commands", () => {
|
||||
expect(ribbon.remove).toHaveBeenCalledOnce();
|
||||
});
|
||||
|
||||
it("replaces a restored legacy P2P leaf with the current status view without opening another leaf", async () => {
|
||||
it("compatibility: migrates a restored P2P leaf to the current status view without opening another leaf", async () => {
|
||||
let layoutReady: (() => Promise<unknown>) | undefined;
|
||||
const legacyLeaf = {
|
||||
setViewState: vi.fn(async () => undefined),
|
||||
|
||||
Reference in New Issue
Block a user