Skip to content

Commit

Permalink
fix: fixed pnpm test setup with proper symlinks handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz-pluszczewski committed Dec 27, 2024
1 parent ea29f8a commit 81a3c9f
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 190 deletions.
1 change: 1 addition & 0 deletions test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const pnpmFixture = test.extend<TestContext>({
);
await fs.cp(path.resolve(TEST_PROJECTS_DIRECTORY, "pnpm"), testDirectory, {
recursive: true,
verbatimSymlinks: true,
});

await use(testDirectory);
Expand Down
Loading

0 comments on commit 81a3c9f

Please sign in to comment.