mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 13:52:24 -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
|
], done
|
||||||
|
|
||||||
afterEach (done) ->
|
afterEach (done) ->
|
||||||
# reset drain
|
drain(0, done) # reset drain
|
||||||
drain(0, done)
|
|
||||||
|
|
||||||
it "should not timeout", ->
|
it "should not timeout", ->
|
||||||
expect(true).to.equal(true)
|
expect(true).to.equal(true)
|
||||||
|
|
Loading…
Reference in a new issue