MCPcopy
hub / github.com/chartjs/Chart.js / core.plugin.tests.js

File core.plugin.tests.js

test/specs/core.plugin.tests.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('Chart.plugins', function() {
2 describe('Chart.notifyPlugins', function() {
3 it('should call inline plugins with arguments', function() {
4 var plugin = {hook: function() {}};

Callers

nothing calls this directly

Calls 7

notifyPluginsMethod · 0.80
destroyMethod · 0.80
firstMethod · 0.65
registerMethod · 0.65
unregisterMethod · 0.65
updateMethod · 0.65
resetMethod · 0.65

Tested by

no test coverage detected