mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-05 05:52:57 +00:00
update dependencies and bump
This commit is contained in:
@@ -80,7 +80,7 @@ describe("CLIStorageEventManagerAdapter", () => {
|
||||
|
||||
expect(handlers.onCreate).toHaveBeenCalledTimes(1);
|
||||
const created = (handlers.onCreate as ReturnType<typeof vi.fn>).mock.calls[0][0] as NodeFile;
|
||||
if(process.platform !== "win32") {
|
||||
if (process.platform !== "win32") {
|
||||
expect(created.path).toBe("subdir/note.md");
|
||||
}
|
||||
expect(created.stat?.size).toBe(42);
|
||||
|
||||
Reference in New Issue
Block a user