fix: improve merge verification and dashboard behavior

This commit is contained in:
gsxdsm
2026-04-10 18:27:44 -07:00
parent c56e44bff8
commit f7322ab541
20 changed files with 411 additions and 43 deletions

View File

@@ -43,6 +43,10 @@ class MockStore extends EventEmitter {
return "/tmp/fn-1080";
}
getFusionDir(): string {
return "/tmp/fn-1080/.fusion";
}
getDatabase() {
return {
exec: vi.fn(),