testing: comp error

This commit is contained in:
Connor Peet 2021-07-23 17:02:08 -07:00
parent 3f9cd31660
commit a4b8ffb897
No known key found for this signature in database
GPG key ID: CF8FD2EA0DBC61BD

View file

@ -66,7 +66,7 @@ import { TestResultItemChangeReason } from 'vs/workbench/contrib/testing/common/
import { ITestResultService } from 'vs/workbench/contrib/testing/common/testResultService';
import { IMainThreadTestCollection, ITestService, testCollectionIsEmpty } from 'vs/workbench/contrib/testing/common/testService';
import { IEditorService } from 'vs/workbench/services/editor/common/editorService';
import { ConfigureTestProfilesAction, DebugAllAction, GoToTest, RunAllAction, SelectDefaultTestProfiles } from './testExplorerActions';
import { ConfigureTestProfilesAction, DebugAllAction, RunAllAction, SelectDefaultTestProfiles } from './testExplorerActions';
export class TestingExplorerView extends ViewPane {
public viewModel!: TestingExplorerViewModel;