mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
[misc] help prettier/decaffeinate with scoping a comment into a fn body
This commit is contained in:
parent
2cf7392192
commit
8ac973e767
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ describe "DrainManagerTests", ->
|
|||
], done
|
||||
|
||||
afterEach (done) ->
|
||||
# reset drain
|
||||
drain(0, done)
|
||||
drain(0, done) # reset drain
|
||||
|
||||
it "should not timeout", ->
|
||||
expect(true).to.equal(true)
|
||||
|
|
Loading…
Reference in a new issue