Procházet zdrojové kódy

Update mock extension to ensure integrity

Jeremy Tuloup před 4 roky
rodič
revize
19a5cfcab6
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  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[]> = {};