Ignore non-100% coverage for store.ts until 453 PR is merged

This commit is contained in:
MareStare 2025-03-12 00:28:53 +00:00
parent 7fa5563054
commit 5525f46d1e

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