Brian Gough 5 жил өмнө
parent
commit
46da33a67e

+ 3 - 0
libraries/redis-wrapper/test/unit/src/test.js

@@ -51,6 +51,9 @@ describe('index', function () {
       requires: {
         ioredis: this.ioredis,
       },
+      globals: {
+        process: process,
+      },
     })
     return (this.auth_pass = '1234 pass')
   })