mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-12 03:48:42 +00:00
Prettified
This commit is contained in:
@@ -108,4 +108,4 @@ export function deleteNodeLocalStorageItem(key: string) {
|
||||
|
||||
export function clearNodeLocalStorage() {
|
||||
persistentNodeLocalStorage.clear();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,4 +57,4 @@ describe("NodeLocalStorage", () => {
|
||||
|
||||
expect(getNodeLocalStorageItem("shared")).toBe("state");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user