feat: start of git integration

This commit is contained in:
2026-02-16 09:45:34 +01:00
parent f34195bd76
commit d7286ef92f
16 changed files with 876 additions and 4 deletions

View File

@@ -44,6 +44,12 @@ Object.defineProperty(globalThis, 'window', {
value: {
localStorage: localStorageMock,
electronAPI: {
git: {
checkAvailability: vi.fn(),
getRepoState: vi.fn(),
getStatus: vi.fn(),
init: vi.fn(),
},
posts: {
create: vi.fn(),
update: vi.fn(),