mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove console.warn from a test case where not needed (#11056)
This commit is contained in:
parent
0e189dd554
commit
4cd68535d7
@ -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]);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user