Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Jan 6, 2025
1 parent a58f63d commit 960b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/check-siblingsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function GetPackageManagerVersion(pkgMnger: string, testPath: string): st
});

if (result2.error) {
throw new Error(`On PATH ${testPath}, Expected corepack to return the version, but got:\nMessage: ${result2.error.message}\nStack: ${result2.error.stack}`);
throw new Error(`On PATH ${testPath}, Expected corepack to return the version, but got:\nMessage: ${result2.error.message}\nStack: ${result2.error.stack} ${JSON.stringify(result2)}`);
}
expect(result2.status).toBe(0);
expect(result2.stderr?.toString()).toBeEmpty();
Expand Down

0 comments on commit 960b88f

Please sign in to comment.