mirror of
https://github.com/lovell/sharp.git
synced 2025-12-18 23:05:04 +01:00
Tests: improve yarn locator coverage
This commit is contained in:
@@ -106,7 +106,6 @@ const yarnLocator = () => {
|
||||
const npmVersion = semverCoerce(optionalDependencies[`@img/sharp-libvips-${buildPlatformArch()}`]).version;
|
||||
return sha512(`${identHash}npm:${npmVersion}`).slice(0, 10);
|
||||
} catch {}
|
||||
/* istanbul ignore next */
|
||||
return '';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user