mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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()
|
||||
}),
|
||||
'./HealthChecker': {}
|
||||
}
|
||||
},
|
||||
globals: { process }
|
||||
})
|
||||
this.res = {
|
||||
send: sinon.stub(),
|
||||
|
|
Loading…
Reference in a new issue