Remove temporary ignores for coverage

This commit is contained in:
MareStare 2025-03-14 23:32:05 +00:00
parent caa2688c73
commit b51e2bc205
2 changed files with 0 additions and 8 deletions

View file

@ -1,6 +1,3 @@
// 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';
interface RequestParams extends RequestInit {
@ -97,4 +94,3 @@ function generateId(prefix: string) {
return chars.join('');
}
/* v8 ignore end */

View file

@ -1,6 +1,3 @@
// 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 */
/**
* localStorage utils
*/
@ -81,4 +78,3 @@ export default {
return lastUpdatedTime === null || Date.now() > lastUpdatedTime;
},
};
/* v8 ignore end */