Skip to content

Commit 8b97883

Browse files
authored
Merge branch 'beta' into fix/eos-overlay-empty-prefix
2 parents 88fd3fe + 2617652 commit 8b97883

File tree

130 files changed

+6116
-773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+6116
-773
lines changed

electron/__mocks__/electron.ts

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ export const dialog = {
88
export const app = {
99
getPath: jest.fn().mockReturnValue(tmpdir())
1010
}
11+
12+
export class Notification {
13+
public show() {
14+
return
15+
}
16+
}

0 commit comments

Comments
 (0)