[misc] help prettier/decaffeinate with scoping a comment into a fn body

This commit is contained in:
Jakob Ackermann 2020-06-23 17:02:51 +01:00
parent 2cf7392192
commit 8ac973e767

View file

@ -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)