Browse Source

integrity

Steven Silvester 5 years ago
parent
commit
73b89708e1
3 changed files with 6 additions and 2 deletions
  1. 5 1
      buildutils/src/ensure-repo.ts
  2. 0 1
      tests/test-apputils/package.json
  3. 1 0
      testutils/package.json

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

@@ -33,7 +33,11 @@ let UNUSED: Dict<string[]> = {
   '@jupyterlab/application': ['font-awesome'],
   '@jupyterlab/apputils-extension': ['es6-promise'],
   '@jupyterlab/services': ['node-fetch', 'ws'],
-  '@jupyterlab/testutils': ['node-fetch', 'identity-obj-proxy'],
+  '@jupyterlab/testutils': [
+    'node-fetch',
+    'identity-obj-proxy',
+    'jest-raw-loader'
+  ],
   '@jupyterlab/test-csvviewer': ['csv-spectrum'],
   '@jupyterlab/vega5-extension': ['vega', 'vega-lite'],
   '@jupyterlab/ui-components': ['@blueprintjs/icons']

+ 0 - 1
tests/test-apputils/package.json

@@ -24,7 +24,6 @@
     "chai": "^4.2.0",
     "jest": "^24.9.0",
     "jest-junit": "^10.0.0",
-    "jest-raw-loader": "^1.0.1",
     "react": "~16.9.0",
     "simulate-event": "~1.4.0",
     "ts-jest": "^24.2.0"

+ 1 - 0
testutils/package.json

@@ -44,6 +44,7 @@
     "@lumino/signaling": "^1.3.4",
     "fs-extra": "^8.1.0",
     "identity-obj-proxy": "^3.0.0",
+    "jest-raw-loader": "^1.0.1",
     "json-to-html": "~0.1.2",
     "node-fetch": "^2.6.0",
     "path": "~0.12.7",