mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-12 22:50:03 +01:00
Ignore non-100% coverage for store.ts until 453 PR is merged
This commit is contained in:
parent
7fa5563054
commit
5525f46d1e
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
/**
|
||||
* localStorage utils
|
||||
*/
|
||||
|
@ -78,3 +81,4 @@ export default {
|
|||
return lastUpdatedTime === null || Date.now() > lastUpdatedTime;
|
||||
},
|
||||
};
|
||||
/* v8 ignore end */
|
||||
|
|
Loading…
Add table
Reference in a new issue