mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Minor hyphen nit. [ci skip]
This commit is contained in:
@@ -14994,7 +14994,7 @@
|
|||||||
assert.deepEqual(actual.a, [[3, 4, 3]]);
|
assert.deepEqual(actual.a, [[3, 4, 3]]);
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test('should merge plain-objects onto non-plain objects', function(assert) {
|
QUnit.test('should merge plain objects onto non-plain objects', function(assert) {
|
||||||
assert.expect(4);
|
assert.expect(4);
|
||||||
|
|
||||||
function Foo(object) {
|
function Foo(object) {
|
||||||
|
|||||||
Reference in New Issue
Block a user