mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-04 15:34:04 +01:00
Remove console.warn from a test case where not needed (#11056)
This commit is contained in:
@@ -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]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user