Skip to content

Commit

Permalink
chore: fix PnP compat test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 7, 2021
1 parent 849ef78 commit 39f632d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/verifyPnP.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ try {
dedent`
enableGlobalCache: true
yarnPath: ${require.resolve('../.yarn/releases/yarn-2.4.2.cjs')}
yarnPath: ${require.resolve('../.yarn/releases/yarn-2.4.3.cjs')}
`,
);
fs.writeFileSync(
Expand All @@ -36,9 +36,6 @@ try {
jest: `*`,
},
name: 'test-pnp',
resolutions: {
typescript: '~4.3',
},
},
null,
2,
Expand Down

0 comments on commit 39f632d

Please sign in to comment.