Skip to content
Snippets Groups Projects
Commit b110cc02 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

test: fix coverage

parent 9a4f2b9e
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ const cacheMinutes = 10;
async function getPkgReleases({ lookupName }) {
try {
const cachedResult = await renovateCache.get(cacheNamespace, lookupName);
// istanbul ignore if
if (cachedResult) return cachedResult;
const info = await getRemoteInfo({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment