Skip to content

Commit f4f5f5c

Browse files
committed
revert a copilot suggestion
1 parent fd50d0d commit f4f5f5c

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-
}).toThrowError('navigator.mediaDevices not available')
22+
}).toThrow('navigator.mediaDevices not available')
2323
})
2424
})
2525

0 commit comments

Comments
 (0)