mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
wip: code formatting nits continued
This commit is contained in:
@@ -80,7 +80,7 @@ describe('overEvery', () => {
|
||||
});
|
||||
|
||||
over('a', 'b', 'c');
|
||||
expect(args, ['a', 'b').toEqual('c']);
|
||||
expect(args).toEqual(['a', 'b', 'c']);
|
||||
});
|
||||
|
||||
it('should use `this` binding of function for `predicates`', () => {
|
||||
|
||||
Reference in New Issue
Block a user