mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
feat(renderer): GitStatusPanel sidebar tab + git.refresh event
This commit is contained in:
@@ -35,6 +35,7 @@ vi.mock('@/lib/ipc', () => ({
|
||||
pickFolder: vi.fn().mockResolvedValue({ ok: true, data: '/root' }),
|
||||
pickFile: vi.fn().mockResolvedValue({ ok: true, data: '/root/README.md' }),
|
||||
onChange: vi.fn(() => () => {}),
|
||||
gitStatus: vi.fn().mockResolvedValue({ ok: true, data: [] }),
|
||||
},
|
||||
menu: {
|
||||
on: vi.fn((channel: string, cb: (...args: unknown[]) => void) => {
|
||||
|
||||
Reference in New Issue
Block a user