feat(release): prepare 1.1.0 candidate
This commit is contained in:
parent
5a34f66981
commit
5205dcdfa9
736 changed files with 115667 additions and 12203 deletions
14
apps/mobile-rn/__mocks__/whisper-rn.js
Normal file
14
apps/mobile-rn/__mocks__/whisper-rn.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
const unconfigured = () => {
|
||||
throw new Error('whisper.rn test mock was invoked without an explicit transcription fixture');
|
||||
};
|
||||
|
||||
const context = {
|
||||
transcribe: jest.fn(unconfigured),
|
||||
release: jest.fn(async () => undefined),
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
initWhisper: jest.fn(async () => context),
|
||||
WhisperContext: jest.fn(),
|
||||
__mockContext: context,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue