From daf6de6a46265c61d607149482c040d7111083be Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 27 Oct 2016 12:36:47 -0700 Subject: [PATCH] Add uncloneable `Proxy` constructor test. --- test/test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 5c5f98fc3..6f9d7ce97 100644 --- a/test/test.js +++ b/test/test.js @@ -2723,7 +2723,8 @@ 'DOM elements': body, 'functions': Foo, 'async functions': asyncFunc, - 'generator functions': genFunc + 'generator functions': genFunc, + 'the `Proxy` constructor': Proxy }; lodashStable.each(errors, function(error) {