Skip to content

Commit 87faf05

Browse files
committed
fix(test): add unsafeCleanup
1 parent 1d8349d commit 87faf05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli/set-env-var.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,6 @@ await tmp.withDir(async (dir) => {
260260
t.is(parsed.POSIX_RELATIVE, posixRelative)
261261
})
262262

263+
}, {
264+
unsafeCleanup: true
263265
})

0 commit comments

Comments
 (0)