Skip to content

Commit 69fd3fc

Browse files
committed
test: updating the jest file
1 parent 63b48c8 commit 69fd3fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jest/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const eventSub = {remove: jestFn()};
1111
const eventMock = jestFn(() => eventSub);
1212

1313
class Speech {
14+
static maxInputLength = 4000;
1415
static reset = mockFn;
1516
static stop = mockPromise;
1617
static initialize = mockFn;

0 commit comments

Comments
 (0)