mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-16 00:22:05 +00: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: {
|
requires: {
|
||||||
ioredis: this.ioredis,
|
ioredis: this.ioredis,
|
||||||
},
|
},
|
||||||
|
globals: {
|
||||||
|
process: process,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
return (this.auth_pass = '1234 pass')
|
return (this.auth_pass = '1234 pass')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue