(value)
| 3145 | assert.expect(3); |
| 3146 | |
| 3147 | var customizer = function(value) { |
| 3148 | return lodashStable.isPlainObject(value) ? undefined : value; |
| 3149 | }; |
| 3150 | |
| 3151 | var actual = func(value, customizer); |
| 3152 | assert.strictEqual(actual, value); |
no outgoing calls
no test coverage detected