refactor(infra): migrate to new infra (#5565)

This commit is contained in:
EYHN
2024-01-30 07:16:39 +00:00
parent 1e3499c323
commit 329fc19852
170 changed files with 2007 additions and 4354 deletions
+2 -2
View File
@@ -26,6 +26,6 @@ export function configureInfraServices(services: ServiceCollection) {
export function configureTestingInfraServices(services: ServiceCollection) {
configureTestingWorkspaceServices(services);
services.addImpl(GlobalCache, MemoryMemento);
services.addImpl(GlobalState, MemoryMemento);
services.override(GlobalCache, MemoryMemento);
services.override(GlobalState, MemoryMemento);
}