]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove console.warn from a test case where not needed (#11056)
authorstockiNail <stocki.nail@gmail.com>
Fri, 13 Jan 2023 14:33:34 +0000 (15:33 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Jan 2023 14:33:34 +0000 (09:33 -0500)
test/specs/helpers.config.tests.js

index f78782216ef1e2462a46b40c9d27333c31d744cd..b4d08b9602a525c7281586c79c203ced56414c91 100644 (file)
@@ -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]);
     });