I'm writing tests and can't make it work even by mocking SpeechToText with Mocktail.
Is there any documentation on how to write tests with speech_to_text?
For now, I'm getting this error
The following MissingPluginException was thrown running a test:
MissingPluginException(No implementation found for method initialize on channel
plugin.csdcorp.com/speech_to_text)
Hey 👋
I'm writing tests and can't make it work even by mocking
SpeechToText
with Mocktail.Is there any documentation on how to write tests with speech_to_text?
For now, I'm getting this error