Merge pull request #2047 from overleaf/spd-eslint-mocha-arrows

Enforce consistent callback style in mocha tests

GitOrigin-RevId: a64c293dae6926ef5831abe97eaf2044942a5c85
This commit is contained in:
Simon Detheridge
2019-08-07 15:04:04 +01:00
committed by sharelatex
parent 5c32523b53
commit 7588393580
112 changed files with 1461 additions and 1308 deletions
@@ -82,7 +82,9 @@ describe('ProjectEntityMongoUpdateHandler', function() {
}))
})
afterEach(() => tk.reset())
afterEach(function() {
return tk.reset()
})
describe('addDoc', function() {
beforeEach(function() {