Skip to content

Commit

Permalink
fix: yarn berry e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehyland committed Aug 8, 2022
1 parent ea60aa8 commit fed5bcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/test-install-and-usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ describe('Install and usage', () => {
testProject = await setupTestProject({
packageManager: 'yarn@3.2.1',
});
await human(`yarn init -2`, { cwd: testProject.projectPath });
await human(`yarn set version 3.2.1`, {
cwd: testProject.projectPath,
});
result = await human(`yarn -v`, {
cwd: testProject.projectPath,
});
Expand Down

0 comments on commit fed5bcc

Please sign in to comment.