mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-17 17:10:03 +01:00
Remove temporary ignores for coverage
This commit is contained in:
parent
caa2688c73
commit
b51e2bc205
2 changed files with 0 additions and 8 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue