diff --git a/__tests__/e2e.test.ts b/__tests__/e2e.test.ts index c04d34c9..81d327d4 100644 --- a/__tests__/e2e.test.ts +++ b/__tests__/e2e.test.ts @@ -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( [ {