mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix unit tests
This commit is contained in:
parent
bf26b7d596
commit
46da33a67e
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ describe('index', function () {
|
|||
requires: {
|
||||
ioredis: this.ioredis,
|
||||
},
|
||||
globals: {
|
||||
process: process,
|
||||
},
|
||||
})
|
||||
return (this.auth_pass = '1234 pass')
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue