chore: Switch coverage from istanbul to the v8 provider for speed (#2619)
This commit is contained in:
@@ -293,7 +293,7 @@ export class ViewManager implements ViewManagerInterface {
|
||||
return;
|
||||
}
|
||||
|
||||
/* istanbul ignore if: the if path cannot be reached as the view is set
|
||||
/* v8 ignore if: the if path cannot be reached as the view is set
|
||||
above -- @preserve */
|
||||
if (!this._view) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user