DEV: this class is no longer present in chart js 3.x (#132)

This commit is contained in:
Joffrey JAFFEUX
2021-08-23 11:04:40 +02:00
committed by GitHub
parent 2ed9c505a7
commit ee3c6f4e2d
3 changed files with 2 additions and 12 deletions
@@ -20,10 +20,6 @@ discourseModule(
async test(assert) {
assert.ok(exists("canvas"), "it renders a canvas");
assert.ok(
exists("canvas.chartjs-render-monitor"),
"it initializes chart.js "
);
},
});
}