Răsfoiți Sursa

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

[misc] test/unit: fix process usage for node v12
Jakob Ackermann 6 ani în urmă
părinte
comite
9a1a9f153b
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      services/docstore/test/unit/js/HttpControllerTests.js

+ 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(),