Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-alvarez committed Nov 14, 2017
1 parent dcc261a commit 714cb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __testfixtures__/ember-qunit-codemod/subject.input.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test('has some thing', function (assert) {
let subject = this.subject();
});

['big', 'small'].forEach((size) => {
['big', 'small'].forEach(function (size) {
test('has another thing', function (assert) {
let subject = this.subject({ size });
});
Expand Down

0 comments on commit 714cb37

Please sign in to comment.