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 534d572 commit f1adbb6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/__mocks__/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,3 @@ export class Tray {
// Do nothing
}
}

export class Screen {
getDisplayMatching(rect: Rectangle): Display {
return {
id: 1,
bounds: { x: 0, y: 0, width: 1920, height: 1080 },
workArea: { x: 0, y: 0, width: 1920, height: 1040 },
scaleFactor: 1,
rotation: 0,
touchSupport: 'unknown',
} as Display;
}
}

0 comments on commit f1adbb6

Please sign in to comment.