1
0
Fork 0

add debug logs

pull/1344/head
Cory Miller 2023-02-17 20:04:49 +00:00
parent 068db23ad8
commit 6a330f08c2
1 changed files with 1 additions and 0 deletions

View File

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