Skip to content

Commit

Permalink
Parameter rm recursive dir
Browse files Browse the repository at this point in the history
  • Loading branch information
torresgol10 committed Jul 15, 2024
1 parent 7bcf2de commit 31addf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/turbo-test-utils/src/useFixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export function setupTestFixtures({
rm(fixture, {
retryDelay: 50,
maxRetries: 5,
recursive: true,
force: true,
})
)
);
Expand All @@ -42,6 +44,8 @@ export function setupTestFixtures({
await rm(parentDirectory, {
retryDelay: 50,
maxRetries: 5,
recursive: true,
force: true,
});
});

Expand Down

0 comments on commit 31addf6

Please sign in to comment.