Skip to content

Commit

Permalink
fix(eslint): resolve comma-dangle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Jul 27, 2016
1 parent 7ea175a commit 03885fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ describe('parse()', () => {
});

assert.deepEqual(mqs.parse({
assigned: ['1111', '2222']
assigned: ['1111', '2222'],
}), {
'assigned.users._id': { $in: [1111, 2222] },
});
Expand Down

0 comments on commit 03885fc

Please sign in to comment.