瀏覽代碼

fix unstable test

it('periodically pings') would log after jest finish
Mikael Finstad 3 年之前
父節點
當前提交
facc2bd50c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/@uppy/companion/test/mockserver.js

+ 2 - 0
packages/@uppy/companion/test/mockserver.js

@@ -34,6 +34,8 @@ const defaultEnv = {
   COMPANION_ZOOM_VERIFICATION_TOKEN: 'zoom_verfication_token',
 
   COMPANION_PATH: '',
+
+  COMPANION_PERIODIC_PING_URLS: '',
 }
 
 function updateEnv (env) {