chore: Switch coverage from istanbul to the v8 provider for speed (#2619)
This commit is contained in:
@@ -108,7 +108,7 @@ export const getCameraIDsWithCapabilityForView = (
|
||||
};
|
||||
const capability = requirements.mediaCapabilities;
|
||||
|
||||
/* istanbul ignore next: this path is currently unreachable given the mapping
|
||||
/* v8 ignore next: this path is currently unreachable given the mapping
|
||||
in VIEW_REQUIREMENTS includes mediaCapabilities for all camera or 'any'
|
||||
related views -- @preserve */
|
||||
if (!capability) {
|
||||
|
||||
Reference in New Issue
Block a user