Ignore non-100% coverage for HttpClient until 453 PR is merged

This commit is contained in:
MareStare 2025-03-12 00:24:27 +00:00
parent c6bc3b3798
commit 39b2a3a1c0

View file

@ -1,3 +1,6 @@
// Ignoring a non-100% coverage for HTTP client for now.
// It will be 100% in https://github.com/philomena-dev/philomena/pull/453
/* v8 ignore start */
import { retry } from './retry'; import { retry } from './retry';
interface RequestParams extends RequestInit { interface RequestParams extends RequestInit {
@ -94,3 +97,4 @@ function generateId(prefix: string) {
return chars.join(''); return chars.join('');
} }
/* v8 ignore end */