MCPcopy
hub / github.com/chartjs/Chart.js / platform.basic.tests.js

File platform.basic.tests.js

test/specs/platform.basic.tests.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('Platform.basic', function() {
2
3 it('should automatically choose the BasicPlatform for offscreen canvas', function() {
4 const chart = acquireChart({type: 'line'}, {useOffscreenCanvas: true});

Callers

nothing calls this directly

Calls 2

destroyMethod · 0.80
resizeMethod · 0.65

Tested by

no test coverage detected