decaffeinate: Run post-processing cleanups on CompileControllerTests.coffee and 17 other files

This commit is contained in:
decaffeinate
2020-02-19 12:15:25 +01:00
committed by mserranom
parent 79a0891fee
commit 0cb5426548
18 changed files with 113 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
/* eslint-disable
handle-callback-err,
no-return-assign,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
/*
* decaffeinate suggestions:
* DS102: Remove unnecessary code created because of implicit returns
@@ -35,7 +41,7 @@ describe("RequestParser", function() {
}
});});
afterEach(() => tk.reset());
afterEach(function() { return tk.reset(); });
describe("without a top level object", function() {
beforeEach(function() {