Skip to content

Commit

Permalink
Don't use trailing commas in function calls
Browse files Browse the repository at this point in the history
Node v6 doesn't support it.
  • Loading branch information
fkling committed Dec 5, 2018
1 parent c01fd56 commit c4671f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/__tests__/JSXElement-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('JSXCollection API', function() {
{
foo: v => ['bar', 'baz'].indexOf(v) > -1,
baz: v => v === null
},
}
));
expect(jsx.length).toBe(2);
});
Expand Down

0 comments on commit c4671f9

Please sign in to comment.