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 38012bc commit 6a2cbacCopy full SHA for 6a2cbac
__tests__/call.test.ts
@@ -228,7 +228,7 @@ describe('call API', () => {
228
expect(response.call.backstage).toBe(true);
229
});
230
231
- describe.skip('transcriptions', () => {
+ describe('transcriptions', () => {
232
it('start transcribing', async () => {
233
// somewhat dummy test, we should do a proper test in the future where we join a call and start recording
234
await expect(() => call.startTranscription()).rejects.toThrowError(
0 commit comments