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

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