Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 15, 2024
1 parent 68d9744 commit ff199da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/__mocks__/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ export class Tray {
// Do nothing
}
}

export class Screen {
getDisplayMatching(): void {
// Do nothing
}
}

0 comments on commit ff199da

Please sign in to comment.