Commit 531847c
committed
fix(test): use unsafeCleanup for tmp directory in npm test
The tmp.withDir cleanup was failing with ENOTEMPTY because the test
creates files inside the temp directory. Adding unsafeCleanup: true
allows recursive deletion of the directory contents.1 parent 2586a1b commit 531847c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
0 commit comments