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 fd50d0d commit f4f5f5cCopy full SHA for f4f5f5c
test/unit/media-capture.test.ts
@@ -19,7 +19,7 @@ describe('cameraCaptureControl', () => {
19
() => {},
20
() => {}
21
)
22
- }).toThrowError('navigator.mediaDevices not available')
+ }).toThrow('navigator.mediaDevices not available')
23
})
24
25
0 commit comments