Skip to content

Commit

Permalink
References are duplicated in tsconfig.test.json (#10830)
Browse files Browse the repository at this point in the history
Fixes #10541
  • Loading branch information
fcollonval committed Aug 13, 2021
1 parent f52f667 commit 5acd730
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 642 deletions.
3 changes: 0 additions & 3 deletions buildutils/src/ensure-package.ts
Expand Up @@ -331,9 +331,6 @@ export async function ensurePackage(
Object.keys(testReferences).forEach(name => {
tsConfigTestData.references.push({ path: testReferences[name] });
});
Object.keys(references).forEach(name => {
tsConfigTestData.references.push({ path: testReferences[name] });
});
utils.writeJSONFile(tsConfigTestPath, tsConfigTestData);
}

Expand Down
27 changes: 0 additions & 27 deletions packages/application/tsconfig.test.json
Expand Up @@ -34,33 +34,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../apputils"
},
{
"path": "../coreutils"
},
{
"path": "../docregistry"
},
{
"path": "../rendermime"
},
{
"path": "../rendermime-interfaces"
},
{
"path": "../services"
},
{
"path": "../statedb"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
18 changes: 0 additions & 18 deletions packages/apputils/tsconfig.test.json
Expand Up @@ -25,24 +25,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../coreutils"
},
{
"path": "../services"
},
{
"path": "../settingregistry"
},
{
"path": "../statedb"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
42 changes: 0 additions & 42 deletions packages/cells/tsconfig.test.json
Expand Up @@ -49,48 +49,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../apputils"
},
{
"path": "../attachments"
},
{
"path": "../codeeditor"
},
{
"path": "../codemirror"
},
{
"path": "../coreutils"
},
{
"path": "../filebrowser"
},
{
"path": "../nbformat"
},
{
"path": "../observables"
},
{
"path": "../outputarea"
},
{
"path": "../rendermime"
},
{
"path": "../services"
},
{
"path": "../shared-models"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
18 changes: 0 additions & 18 deletions packages/codeeditor/tsconfig.test.json
Expand Up @@ -25,24 +25,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../coreutils"
},
{
"path": "../nbformat"
},
{
"path": "../observables"
},
{
"path": "../shared-models"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
27 changes: 0 additions & 27 deletions packages/codemirror/tsconfig.test.json
Expand Up @@ -34,33 +34,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../apputils"
},
{
"path": "../codeeditor"
},
{
"path": "../coreutils"
},
{
"path": "../nbformat"
},
{
"path": "../observables"
},
{
"path": "../shared-models"
},
{
"path": "../statusbar"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
18 changes: 0 additions & 18 deletions packages/completer/tsconfig.test.json
Expand Up @@ -25,24 +25,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../apputils"
},
{
"path": "../codeeditor"
},
{
"path": "../coreutils"
},
{
"path": "../services"
},
{
"path": "../statedb"
},
{
"path": "../ui-components"
}
]
}
30 changes: 0 additions & 30 deletions packages/console/tsconfig.test.json
Expand Up @@ -37,36 +37,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../apputils"
},
{
"path": "../cells"
},
{
"path": "../codeeditor"
},
{
"path": "../coreutils"
},
{
"path": "../nbformat"
},
{
"path": "../observables"
},
{
"path": "../rendermime"
},
{
"path": "../services"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
12 changes: 0 additions & 12 deletions packages/csvviewer/tsconfig.test.json
Expand Up @@ -19,18 +19,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../coreutils"
},
{
"path": "../docregistry"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
45 changes: 0 additions & 45 deletions packages/debugger/tsconfig.test.json
Expand Up @@ -52,51 +52,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../application"
},
{
"path": "../apputils"
},
{
"path": "../cells"
},
{
"path": "../codeeditor"
},
{
"path": "../codemirror"
},
{
"path": "../console"
},
{
"path": "../coreutils"
},
{
"path": "../docregistry"
},
{
"path": "../fileeditor"
},
{
"path": "../notebook"
},
{
"path": "../observables"
},
{
"path": "../rendermime"
},
{
"path": "../services"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
24 changes: 0 additions & 24 deletions packages/docmanager/tsconfig.test.json
Expand Up @@ -31,30 +31,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../apputils"
},
{
"path": "../coreutils"
},
{
"path": "../docprovider"
},
{
"path": "../docregistry"
},
{
"path": "../services"
},
{
"path": "../statusbar"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}
6 changes: 0 additions & 6 deletions packages/docprovider/tsconfig.test.json
Expand Up @@ -13,12 +13,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../shared-models"
},
{
"path": "../statedb"
}
]
}
36 changes: 0 additions & 36 deletions packages/docregistry/tsconfig.test.json
Expand Up @@ -43,42 +43,6 @@
},
{
"path": "../../testutils"
},
{
"path": "../apputils"
},
{
"path": "../codeeditor"
},
{
"path": "../codemirror"
},
{
"path": "../coreutils"
},
{
"path": "../docprovider"
},
{
"path": "../observables"
},
{
"path": "../rendermime"
},
{
"path": "../rendermime-interfaces"
},
{
"path": "../services"
},
{
"path": "../shared-models"
},
{
"path": "../translation"
},
{
"path": "../ui-components"
}
]
}

0 comments on commit 5acd730

Please sign in to comment.