Skip to content

Commit fd50d0d

Browse files
timea-solidCopilot
andauthored
Update test/unit/media-capture.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 0af83dd commit fd50d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/media-capture.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('cameraCaptureControl', () => {
1919
() => {},
2020
() => {}
2121
)
22-
}).toThrow('navigator.mediaDevices not available')
22+
}).toThrowError('navigator.mediaDevices not available')
2323
})
2424
})
2525

0 commit comments

Comments
 (0)