We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784ff11 commit c3d8e89Copy full SHA for c3d8e89
1 file changed
web/src/routes/settings/index.test.tsx
@@ -115,7 +115,7 @@ vi.mock('@/lib/voices', () => ({
115
116
// Mock fetchVoices to return a resolved list by default
117
vi.mock('@/api/voice', () => ({
118
- fetchVoices: (...args: unknown[]) => mockFetchVoices(...args),
+ fetchVoices: mockFetchVoices,
119
fetchVoiceToken: vi.fn(() => Promise.resolve({ allowed: true, token: 'tok' })),
120
}))
121
0 commit comments