update dependencies and bump

This commit is contained in:
vorotamoroz
2026-06-02 12:50:46 +01:00
parent 1bef5fbef3
commit bb77426b7b
5 changed files with 179 additions and 160 deletions
@@ -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);