浏览代码

Ignore fs dep

Saul Shanabrook 5 年之前
父节点
当前提交
885f7210d1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      buildutils/src/ensure-repo.ts

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

@@ -20,6 +20,7 @@ type Dict<T> = { [key: string]: T };
 // Data to ignore.
 let MISSING: Dict<string[]> = {
   '@jupyterlab/buildutils': ['path'],
+  '@jupyterlab/testutils': ['fs'],
   '@jupyterlab/vega4-extension': ['vega-embed'],
   '@jupyterlab/vega5-extension': ['vega-embed']
 };