mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
avoid leak when calling chai.should() repeatedly in smoke test
This commit is contained in:
parent
b08349e07c
commit
f7d6c9de31
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
chai = require("chai")
|
||||
chai.should()
|
||||
chai.should() unless Object.prototype.should?
|
||||
expect = chai.expect
|
||||
request = require "request"
|
||||
Settings = require "settings-sharelatex"
|
||||
|
|
Loading…
Reference in a new issue