debt - move tests to correct layers

This commit is contained in:
Benjamin Pasero
2020-02-04 18:52:44 +01:00
parent 05cf2fc09d
commit 4f4e26aec8
120 changed files with 603 additions and 410 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import * as assert from 'assert';
import { TestEnvironmentService, TestContextService } from 'vs/workbench/test/workbenchTestServices';
import { TestEnvironmentService, TestContextService } from 'vs/workbench/test/browser/workbenchTestServices';
import { TestWorkspace } from 'vs/platform/workspace/test/common/testWorkspace';
import { URI } from 'vs/base/common/uri';
import { sep } from 'vs/base/common/path';