mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
Fix test for es build.
This commit is contained in:
@@ -756,6 +756,7 @@
|
||||
|
||||
try {
|
||||
var symObject = Object(symbol);
|
||||
symObject.constructor = Object;
|
||||
actual = [
|
||||
Symbol ? lodashBizarro.clone(symObject) : {},
|
||||
Symbol ? lodashBizarro.isEqual(symObject, Object(symbol)) : false,
|
||||
|
||||
Reference in New Issue
Block a user