mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
wip: code formatting nits
This commit is contained in:
@@ -169,7 +169,7 @@ describe('transform', () => {
|
||||
});
|
||||
|
||||
const first = args[0];
|
||||
if (key == 'array') {
|
||||
if (key === 'array') {
|
||||
assert.ok(first !== object && lodashStable.isArray(first));
|
||||
assert.deepStrictEqual(args, [first, 1, 0, object]);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user