mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #57 from overleaf/jpa-node-12-fix
[misc] test/unit: fix process usage for node v12
This commit is contained in:
commit
9a1a9f153b
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