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

[misc] test/unit: fix process usage for node v12
This commit is contained in:
Jakob Ackermann
2020-04-20 17:06:26 +02:00
committed by GitHub

View File

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