Skip to content

Commit

Permalink
Issue #ED-0000 fix:Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajoymaity committed May 3, 2024
1 parent 728db04 commit 75e9ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ global.cordova = {
executeScript: () => { },
addEventListener: () => { },
close: () => { },
insertCSS: () => { }
insertCSS: () => {}
})
}
};
Expand Down

0 comments on commit 75e9ab7

Please sign in to comment.