add debug logs

This commit is contained in:
Cory Miller 2023-02-17 20:04:49 +00:00
parent 068db23ad8
commit 6a330f08c2

View File

@ -193,6 +193,7 @@ describe('cp', () => {
describe('mv', () => {
beforeAll(async () => {
console.log('before')
await io.rmRF(getTestTemp())
})