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
commit a800583aea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 2034 additions and 2059 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)
}