[misc] test/unit: fix process usage for node v12

Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
Jakob Ackermann 2020-04-19 21:24:59 +02:00 committed by Jakob Ackermann
parent 985644057d
commit 80095785b8

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