Skip to content

Commit 043f174

Browse files
committed
refactor(main): organize main structure
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 2ae9b2c commit 043f174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/handlers/app.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ vi.mock('electron', () => ({
1919

2020
vi.mock('../config', () => ({
2121
Paths: {
22-
notificationSound: 'file:///path/to/notification.wav',
22+
notificationSound: 'file:///path/to/notification.mp3',
2323
twemojiFolder: 'file:///path/to/twemoji',
2424
},
2525
}));

0 commit comments

Comments
 (0)