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 21f63ea commit c18e9d8Copy full SHA for c18e9d8
jest/index.js
@@ -22,6 +22,7 @@ class Speech {
22
static getAvailableVoices = mockPromiseArr;
23
static getEngines = mockPromiseArr;
24
static setEngine = mockPromise;
25
+ static openVoiceDataInstaller = mockPromise;
26
static onError = eventMock;
27
static onStart = eventMock;
28
static onFinish = eventMock;
0 commit comments