From 4cd68535d73295feb321898cb343d39a3ad3ba4e Mon Sep 17 00:00:00 2001 From: stockiNail Date: Fri, 13 Jan 2023 15:33:34 +0100 Subject: [PATCH] Remove console.warn from a test case where not needed (#11056) --- test/specs/helpers.config.tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/specs/helpers.config.tests.js b/test/specs/helpers.config.tests.js index f78782216..b4d08b960 100644 --- a/test/specs/helpers.config.tests.js +++ b/test/specs/helpers.config.tests.js @@ -689,7 +689,6 @@ describe('Chart.helpers.config', function() { const resolver = _createResolver([options, defaults, descriptors]); const opts = _attachContext(resolver, {dymmy: true}); const item0 = opts.items[0]; - console.warn(opts._proxy._scopes); expect(item0.test).toEqual(true); expect(spy).toHaveBeenCalledWith('items', options.items[0]); }); -- 2.47.3