Skip to content

Commit be3f902

Browse files
committed
fix: fix comment
1 parent 1a4ddcd commit be3f902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/testing/widgets/charts/Export.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runManualTest('Charts', 'ExportCustomMarkup', (test) => {
2121
window.originalCreateObjectURL = URL.createObjectURL;
2222
window.testedValue = '';
2323

24-
// @ts-expect-error Window.originalCreateObjectURL is not typed
24+
// @ts-expect-error wrong type
2525
URL.createObjectURL = (blob) => {
2626
// @ts-expect-error Blob.type is not typed
2727
window.testedValue = blob.type;

0 commit comments

Comments
 (0)