We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b48c8 commit 69fd3fcCopy full SHA for 69fd3fc
1 file changed
jest/index.js
@@ -11,6 +11,7 @@ const eventSub = {remove: jestFn()};
11
const eventMock = jestFn(() => eventSub);
12
13
class Speech {
14
+ static maxInputLength = 4000;
15
static reset = mockFn;
16
static stop = mockPromise;
17
static initialize = mockFn;
0 commit comments