Browse Source

Update mock extension to ensure integrity

Jeremy Tuloup 4 years ago
parent
commit
19a5cfcab6
1 changed files with 1 additions and 3 deletions
  1. 1 3
      buildutils/src/ensure-repo.ts

+ 1 - 3
buildutils/src/ensure-repo.ts

@@ -443,9 +443,7 @@ export async function ensureIntegrity(): Promise<boolean> {
   // Pick up all the package versions.
   const paths = utils.getLernaPaths();
 
-  // These two are not part of the workspaces but should be kept
-  // in sync.
-  paths.push('./jupyterlab/tests/mock_packages/extension');
+  // This package is not part of the workspaces but should be kept in sync.
   paths.push('./jupyterlab/tests/mock_packages/mimeextension');
 
   const cssImports: Dict<string[]> = {};