Skip to content

Commit 6a2cbac

Browse files
committed
chore: reeanble skipped tests
1 parent 38012bc commit 6a2cbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/call.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ describe('call API', () => {
228228
expect(response.call.backstage).toBe(true);
229229
});
230230

231-
describe.skip('transcriptions', () => {
231+
describe('transcriptions', () => {
232232
it('start transcribing', async () => {
233233
// somewhat dummy test, we should do a proper test in the future where we join a call and start recording
234234
await expect(() => call.startTranscription()).rejects.toThrowError(

0 commit comments

Comments
 (0)