From 9dc2f1ee29d208dacb30ad00876a64ce26501ed2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 9 Jan 2016 13:56:56 -0800 Subject: [PATCH] Fix test for es build. --- test/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.js b/test/test.js index d673cb7da..f7a1edfaa 100644 --- a/test/test.js +++ b/test/test.js @@ -756,6 +756,7 @@ try { var symObject = Object(symbol); + symObject.constructor = Object; actual = [ Symbol ? lodashBizarro.clone(symObject) : {}, Symbol ? lodashBizarro.isEqual(symObject, Object(symbol)) : false,