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

File core.animation.tests.js

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

Source from the content-addressed store, hash-verified

1describe('Chart.Animation', function() {
2 it('should animate boolean', function() {
3 const target = {prop: false};
4 const anim = new Chart.Animation({duration: 1000}, target, 'prop', true);

Callers

nothing calls this directly

Calls 3

activeMethod · 0.80
tickMethod · 0.80
updateMethod · 0.65

Tested by

no test coverage detected