Skip to content

Commit

Permalink
test: add missing electronApi mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Jan 21, 2025
1 parent 4cbd714 commit 8785cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/vitest/mocks/electronApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const electronApi: ElectronApi = {
getVideoDuration: function (filePath) {
throw new Error('Function not implemented.');
},
isDownloadErrorExpected: async () => false,
moveMediaWindow: function (targetScreenNumber, windowedMode, noEvent?) {
throw new Error('Function not implemented.');
},
Expand Down

0 comments on commit 8785cff

Please sign in to comment.