Skip to content

Commit

Permalink
WIP. fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodDayForSurf committed Dec 27, 2024
1 parent 7a0f045 commit e0071b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/testing/widgets/charts/Export.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fixture('Charts.Export')

runManualTest('Charts', 'ExportCustomMarkup', ['jQuery', 'React', 'Vue', 'Angular'], (test) => {
test('Export', async (t) => {
let checkData = {downloadFileType: null};
let checkData = { downloadFileType: null };

const checkFn = ClientFunction((checkData) => {
window.originalCreateObjectURL = URL.createObjectURL;
Expand Down

0 comments on commit e0071b6

Please sign in to comment.