Skip to content

Commit

Permalink
add ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 10, 2024
1 parent cd04077 commit 429dbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/check-siblings.yarnv3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('Yarn V3 tests', () => {
expect(result.status).toBe(0);
expect(packageJson).toEqual(expectedPackageJson);
expect(e2eLogs).toContain('E2E_TEST: OK');
expect(GetPackageManagerVersion('yarn', testPath)).toBe("3.8.6");
});

test('warns when incorrect sibling is installed', async () => {
Expand Down

0 comments on commit 429dbbd

Please sign in to comment.