mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] test/unit: fix process usage for node v12
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
parent
985644057d
commit
80095785b8
1 changed files with 2 additions and 1 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue