chore: Switch coverage from istanbul to the v8 provider for speed (#2619)
This commit is contained in:
@@ -489,7 +489,7 @@ export class FrigateCamera extends Camera {
|
||||
return;
|
||||
}
|
||||
|
||||
/* istanbul ignore next -- exercising the matcher is not possible when the
|
||||
/* v8 ignore next -- exercising the matcher is not possible when the
|
||||
test uses an event watcher -- @preserve */
|
||||
const request: FrigateWatcherRequest<FrigateEventChange> = {
|
||||
instanceID: config.frigate.client_id,
|
||||
@@ -573,7 +573,7 @@ export class FrigateCamera extends Camera {
|
||||
return;
|
||||
}
|
||||
|
||||
/* istanbul ignore next -- exercising the matcher is not possible when the
|
||||
/* v8 ignore next -- exercising the matcher is not possible when the
|
||||
test uses a review watcher -- @preserve */
|
||||
const request: FrigateWatcherRequest<FrigateReviewChange> = {
|
||||
instanceID: config.frigate.client_id,
|
||||
|
||||
Reference in New Issue
Block a user