Skip to content

Commit dee6356

Browse files
committed
fix(test): unsafe cleanup on npm test
1 parent 9f1d52f commit dee6356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/npm.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ await tmp.withDir(async (dir) => {
5252

5353
t.is(result, "Hello")
5454
})
55-
}, {unsafeCleanup: true})
55+
})

0 commit comments

Comments
 (0)