diff --git a/src/tts/provider-registry.test.ts b/src/tts/provider-registry.test.ts index 357429c211b..a739af22b65 100644 --- a/src/tts/provider-registry.test.ts +++ b/src/tts/provider-registry.test.ts @@ -32,6 +32,7 @@ function createSpeechProvider(id: string, aliases?: string[]): SpeechProviderPlu describe("speech provider registry", () => { beforeAll(async () => { + vi.resetModules(); ({ getSpeechProvider, listSpeechProviders,