mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Add uncloneable Proxy constructor test.
This commit is contained in:
@@ -2723,7 +2723,8 @@
|
|||||||
'DOM elements': body,
|
'DOM elements': body,
|
||||||
'functions': Foo,
|
'functions': Foo,
|
||||||
'async functions': asyncFunc,
|
'async functions': asyncFunc,
|
||||||
'generator functions': genFunc
|
'generator functions': genFunc,
|
||||||
|
'the `Proxy` constructor': Proxy
|
||||||
};
|
};
|
||||||
|
|
||||||
lodashStable.each(errors, function(error) {
|
lodashStable.each(errors, function(error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user