mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Minor hyphen nit. [ci skip]
This commit is contained in:
@@ -14994,7 +14994,7 @@
|
||||
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);
|
||||
|
||||
function Foo(object) {
|
||||
|
||||
Reference in New Issue
Block a user