Fix test for es build.

This commit is contained in:
John-David Dalton
2016-01-09 13:56:56 -08:00
parent b27143aa15
commit 9dc2f1ee29

View File

@@ -756,6 +756,7 @@
try {
var symObject = Object(symbol);
symObject.constructor = Object;
actual = [
Symbol ? lodashBizarro.clone(symObject) : {},
Symbol ? lodashBizarro.isEqual(symObject, Object(symbol)) : false,