Procházet zdrojové kódy

don’t test companion temporarily

Artur Paikin před 6 roky
rodič
revize
4309f3e55a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -100,7 +100,7 @@
     "test:acceptance": "npm run test:prepare-ci && wdio test/endtoend/wdio.remote.conf.js",
     "test:acceptance:local": "npm run test:build && wdio test/endtoend/wdio.local.conf.js",
     "test:unit": "jest",
-    "test:companion": "cd ./packages/@uppy/companion && npm run test",
+    "_test:companion": "cd ./packages/@uppy/companion && npm run test",
     "test:type": "tsc -p .",
     "test": "npm run lint && npm run test:unit && npm run test:type && npm run test:companion",
     "test:watch": "jest --watch",