refactor(effect): unify service namespaces and align naming (#18093)

This commit is contained in:
Kit Langton
2026-03-18 13:34:36 -04:00
committed by GitHub
parent 171e69c2fc
commit a800583aea
35 changed files with 2038 additions and 2063 deletions

View File

@@ -68,6 +68,7 @@ describe("project.initGit endpoint", () => {
},
})
} finally {
await Instance.disposeAll()
reloadSpy.mockRestore()
GlobalBus.off("event", fn)
}
@@ -111,7 +112,9 @@ describe("project.initGit endpoint", () => {
vcs: "git",
worktree: tmp.path,
})
} finally {
await Instance.disposeAll()
reloadSpy.mockRestore()
GlobalBus.off("event", fn)
}