Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 13, 2024
1 parent eab41b2 commit 3d219cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ const fixturesTempDir = '__tests__/fixtures/__temp';

beforeAll(
async () => {
// Pack and install Preflight globally
const { stdout: pnpmPackTarballPath } = await execa`pnpm pack`;
await execa`pnpm add --global ${process.cwd()}/${pnpmPackTarballPath}`;

await pMap(
[
{
Expand Down

0 comments on commit 3d219cd

Please sign in to comment.