diff --git a/test/specs/helpers.config.tests.js b/test/specs/helpers.config.tests.js index f78782216ef..b4d08b9602a 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]); });