mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
wip: code formatting nits
This commit is contained in:
@@ -36,7 +36,7 @@ describe('mergeWith', () => {
|
||||
actual = last(arguments);
|
||||
});
|
||||
|
||||
assert.ok(isNpm ? actual.constructor.name == 'Stack' : actual instanceof mapCaches.Stack);
|
||||
assert.ok(isNpm ? actual.constructor.name === 'Stack' : actual instanceof mapCaches.Stack);
|
||||
});
|
||||
|
||||
it('should overwrite primitives with source object clones', () => {
|
||||
|
||||
Reference in New Issue
Block a user