Procházet zdrojové kódy

Merge pull request #57 from overleaf/jpa-node-12-fix

[misc] test/unit: fix process usage for node v12
Jakob Ackermann před 6 roky
rodič
revize
9a1a9f153b

+ 2 - 1
services/docstore/test/unit/js/HttpControllerTests.js

@@ -32,7 +32,8 @@ describe('HttpController', function() {
           error: sinon.stub()
         }),
         './HealthChecker': {}
-      }
+      },
+      globals: { process }
     })
     this.res = {
       send: sinon.stub(),