decaffeinate: Run post-processing cleanups on CompileControllerTests.coffee and 17 other files
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user