Skip to content

Commit

Permalink
fix(test): unsafe cleanup on npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Feb 24, 2025
1 parent 38c6854 commit 9f1d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/npm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ await tmp.withDir(async (dir) => {

t.is(result, "Hello")
})
})
}, {unsafeCleanup: true})

0 comments on commit 9f1d52f

Please sign in to comment.