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