Skip to content
Snippets Groups Projects
Unverified Commit 33a4ff6b authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

test: temporary coverage fix (#8969)

parent b0554a99
No related merge requests found
......@@ -64,6 +64,7 @@ export async function findFirstParentVersion(
return parentVersion;
}
if (semver.isVersion(constraint)) {
// istanbul ignore if: TODO FIX ME
if (semver.isGreaterThan(constraint, targetVersion)) {
// it's not the version we were after - the parent skipped to a higher version
logger.debug(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment