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
commit 9a1a9f153b

View file

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