Add unit tests

This commit is contained in:
Sergey Dolin 2023-04-19 16:15:09 +02:00
parent 928eb4967d
commit 339630e034
4 changed files with 71 additions and 5 deletions

View file

@ -61,7 +61,7 @@ export const getPackageManagerWorkingDir = (): string | null => {
return cacheDependencyPath ? path.dirname(cacheDependencyPath) : null;
};
const getPackageManagerVersion = async (
export const getPackageManagerVersion = async (
packageManager: string,
command: string
) => {