8000 Fix test for es build. · lodash/lodash@9dc2f1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dc2f1e

Browse files
committed
Fix test for es build.
1 parent b27143a commit 9dc2f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@
756756

757757
try {
758758
var symObject = Object(symbol);
759+
symObject.constructor = Object;
759760
actual = [
760761
Symbol ? lodashBizarro.clone(symObject) : {},
761762
Symbol ? lodashBizarro.isEqual(symObject, Object(symbol)) : false,

0 commit comments

Comments
 (0)
0