We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc261a commit 714cb37Copy full SHA for 714cb37
__testfixtures__/ember-qunit-codemod/subject.input.js
@@ -24,7 +24,7 @@ test('has some thing', function (assert) {
24
let subject = this.subject();
25
});
26
27
-['big', 'small'].forEach((size) => {
+['big', 'small'].forEach(function (size) {
28
test('has another thing', function (assert) {
29
let subject = this.subject({ size });
30
0 commit comments