diff --git a/.eslintrc.json b/.eslintrc.json index a292b230893..804b217ff17 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -272,23 +272,6 @@ "@microsoft/applicationinsights-web" // node module allowed even in /common/ ] }, - { - // TODO@layers `contrib/notebook` does its own special layering with an inner /contrib/ folder - "target": "src/vs/workbench/contrib/notebook/browser/contrib/*/test/**", - "layer": "browser", - "test": true, - "restrictions": [ - "vs/base/~", - "vs/base/parts/*/~", - "vs/platform/*/~", - "vs/editor/~", - "vs/editor/contrib/*/!(test){,/**}", - "vs/workbench/~", - "vs/workbench/api/~", - "vs/workbench/services/*/~", - "vs/workbench/{contrib,contrib/welcome}/*/~" - ] - }, { // TODO@layers `contrib/welcome` does its own special layering with sub-layers "target": "src/vs/workbench/{contrib,contrib/welcome}/*/~", diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/find/test/find.test.ts b/src/vs/workbench/contrib/notebook/test/browser/contrib/find.test.ts similarity index 100% rename from src/vs/workbench/contrib/notebook/browser/contrib/find/test/find.test.ts rename to src/vs/workbench/contrib/notebook/test/browser/contrib/find.test.ts diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/layout/test/layoutActions.test.ts b/src/vs/workbench/contrib/notebook/test/browser/contrib/layoutActions.test.ts similarity index 100% rename from src/vs/workbench/contrib/notebook/browser/contrib/layout/test/layoutActions.test.ts rename to src/vs/workbench/contrib/notebook/test/browser/contrib/layoutActions.test.ts diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/clipboard/test/notebookClipboard.test.ts b/src/vs/workbench/contrib/notebook/test/browser/contrib/notebookClipboard.test.ts similarity index 100% rename from src/vs/workbench/contrib/notebook/browser/contrib/clipboard/test/notebookClipboard.test.ts rename to src/vs/workbench/contrib/notebook/test/browser/contrib/notebookClipboard.test.ts diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/fold/test/notebookFolding.test.ts b/src/vs/workbench/contrib/notebook/test/browser/contrib/notebookFolding.test.ts similarity index 100% rename from src/vs/workbench/contrib/notebook/browser/contrib/fold/test/notebookFolding.test.ts rename to src/vs/workbench/contrib/notebook/test/browser/contrib/notebookFolding.test.ts diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/outline/test/notebookOutline.test.ts b/src/vs/workbench/contrib/notebook/test/browser/contrib/notebookOutline.test.ts similarity index 100% rename from src/vs/workbench/contrib/notebook/browser/contrib/outline/test/notebookOutline.test.ts rename to src/vs/workbench/contrib/notebook/test/browser/contrib/notebookOutline.test.ts diff --git a/src/vs/workbench/contrib/notebook/browser/contrib/undoRedo/test/notebookUndoRedo.test.ts b/src/vs/workbench/contrib/notebook/test/browser/contrib/notebookUndoRedo.test.ts similarity index 100% rename from src/vs/workbench/contrib/notebook/browser/contrib/undoRedo/test/notebookUndoRedo.test.ts rename to src/vs/workbench/contrib/notebook/test/browser/contrib/notebookUndoRedo.test.ts