We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae9b2c commit 043f174Copy full SHA for 043f174
1 file changed
src/main/handlers/app.test.ts
@@ -19,7 +19,7 @@ vi.mock('electron', () => ({
19
20
vi.mock('../config', () => ({
21
Paths: {
22
- notificationSound: 'file:///path/to/notification.wav',
+ notificationSound: 'file:///path/to/notification.mp3',
23
twemojiFolder: 'file:///path/to/twemoji',
24
},
25
}));
0 commit comments