We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4ddcd commit be3f902Copy full SHA for be3f902
apps/demos/testing/widgets/charts/Export.test.ts
@@ -21,7 +21,7 @@ runManualTest('Charts', 'ExportCustomMarkup', (test) => {
21
window.originalCreateObjectURL = URL.createObjectURL;
22
window.testedValue = '';
23
24
- // @ts-expect-error Window.originalCreateObjectURL is not typed
+ // @ts-expect-error wrong type
25
URL.createObjectURL = (blob) => {
26
// @ts-expect-error Blob.type is not typed
27
window.testedValue = blob.type;
0 commit comments