Skip to content

Commit

Permalink
Remove console.warn from a test case where not needed (#11056)
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Jan 13, 2023
1 parent 0e189dd commit 4cd6853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/specs/helpers.config.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
});
Expand Down

0 comments on commit 4cd6853

Please sign in to comment.