mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Fix code style nits.
This commit is contained in:
@@ -16360,7 +16360,7 @@
|
||||
assert.deepEqual(actual, { 'a': { 'b': 2 } });
|
||||
});
|
||||
|
||||
QUnit.test('should omit a key over a path', function(assert) {
|
||||
QUnit.test('should omit a key over a path', function(assert) {
|
||||
assert.expect(2);
|
||||
|
||||
var object = { 'a.b': 1, 'a': { 'b': 2 } };
|
||||
@@ -18253,7 +18253,7 @@
|
||||
|
||||
assert.deepEqual(actual, expected);
|
||||
|
||||
expected = lodashStable.map(values, noop),
|
||||
expected = lodashStable.map(values, noop);
|
||||
actual = lodashStable.at(array, values);
|
||||
|
||||
assert.deepEqual(actual, expected);
|
||||
|
||||
Reference in New Issue
Block a user