Skip to content

Commit 714cb37

Browse files
author
Alex Alvarez
committed
Cleanup
1 parent dcc261a commit 714cb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__testfixtures__/ember-qunit-codemod/subject.input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test('has some thing', function (assert) {
2424
let subject = this.subject();
2525
});
2626

27-
['big', 'small'].forEach((size) => {
27+
['big', 'small'].forEach(function (size) {
2828
test('has another thing', function (assert) {
2929
let subject = this.subject({ size });
3030
});

0 commit comments

Comments
 (0)