File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
arduino-ide-extension/src/test/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { FrontendApplicationConfigProvider } from '@theia/core/lib/browser/front
55FrontendApplicationConfigProvider . set ( { } ) ;
66
77import {
8+ ApplicationShell ,
89 FrontendApplication ,
910 LabelProvider ,
1011 OpenerService ,
@@ -18,7 +19,6 @@ import { OS } from '@theia/core/lib/common/os';
1819import { SelectionService } from '@theia/core/lib/common/selection-service' ;
1920import URI from '@theia/core/lib/common/uri' ;
2021import { Container } from '@theia/core/shared/inversify' ;
21- import { EditorManager } from '@theia/editor/lib/browser/editor-manager' ;
2222import { FileDialogService } from '@theia/filesystem/lib/browser' ;
2323import { FileService } from '@theia/filesystem/lib/browser/file-service' ;
2424import { FileStat } from '@theia/filesystem/lib/common/files' ;
@@ -152,7 +152,7 @@ describe('workspace-commands', () => {
152152 . bind ( SketchesServiceClientImpl )
153153 . toConstantValue ( < SketchesServiceClientImpl > { } ) ;
154154 container . bind ( CreateFeatures ) . toConstantValue ( < CreateFeatures > { } ) ;
155- container . bind ( EditorManager ) . toConstantValue ( < EditorManager > { } ) ;
155+ container . bind ( ApplicationShell ) . toConstantValue ( < ApplicationShell > { } ) ;
156156 return container ;
157157 }
158158
You can’t perform that action at this time.
0 commit comments