| 1 | describe('Chart.registry', function() { |
| 2 | it('should handle an ES6 controller extension', function() { |
| 3 | class CustomController extends Chart.DatasetController {} |
| 4 | CustomController.id = 'custom'; |
nothing calls this directly
no test coverage detected