Skip to content

Commit

Permalink
check if corepack will sort this
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 10, 2024
1 parent e94c293 commit cd04077
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/scripts/check-siblings.yarnv3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ describe('Yarn V3 tests', () => {
ClearE2ETestFolder(testPath);
CreateE2EPackage(testPath);
SetupYarnRC(testPath);
InstallSDK('corepack',['prepare', '--activate'], testPath);
expect(GetPackageManagerVersion('yarn', testPath)).toBe("3.8.6");
// InstallSDK('corepack',['prepare', '--activate'], testPath);
// expect(GetPackageManagerVersion('yarn', testPath)).toBe("3.8.6");

const expectedPackageJson = {
...GetInitialE2EPackage(testPath),
Expand Down Expand Up @@ -58,8 +58,8 @@ describe('Yarn V3 tests', () => {
ClearE2ETestFolder(testPath);
CreateE2EPackage(testPath);
SetupYarnRC(testPath);
InstallSDK('corepack',['prepare', '--activate'], testPath);
expect(GetPackageManagerVersion('yarn',testPath)).toBe("3.8.6");
// InstallSDK('corepack',['prepare', '--activate'], testPath);
// expect(GetPackageManagerVersion('yarn',testPath)).toBe("3.8.6");

const expectedPackageJson = {
...GetInitialE2EPackage(testPath),
Expand Down Expand Up @@ -103,8 +103,8 @@ describe('Yarn V3 tests', () => {
CreateE2EStartPackage(testPath, dependenciesJson);
CreateE2EPackage(testPath);
SetupYarnRC(testPath);
InstallSDK('corepack',['prepare', '--activate'], testPath);
expect(GetPackageManagerVersion('yarn',testPath)).toBe("3.8.6");
// InstallSDK('corepack',['prepare', '--activate'], testPath);
// expect(GetPackageManagerVersion('yarn',testPath)).toBe("3.8.6");

const expectedPackageJson = {
...GetInitialE2EPackage(testPath),
Expand Down Expand Up @@ -140,8 +140,8 @@ describe('Yarn V3 tests', () => {
CreateE2EStartPackage(testPath, dependenciesJson);
CreateE2EPackage(testPath);
SetupYarnRC(testPath);
InstallSDK('corepack',['prepare', '--activate'], testPath);
expect(GetPackageManagerVersion('yarn',testPath)).toBe("3.8.6");
// InstallSDK('corepack',['prepare', '--activate'], testPath);
// expect(GetPackageManagerVersion('yarn',testPath)).toBe("3.8.6");

const expectedPackageJson = {
...GetInitialE2EPackage(testPath),
Expand Down

0 comments on commit cd04077

Please sign in to comment.