refactor(effect): unify service namespaces and align naming (#18093)
This commit is contained in:
parent
171e69c2fc
commit
a800583aea
35 changed files with 2034 additions and 2059 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue