This commit is contained in:
Cory Miller 2023-02-21 18:26:19 +00:00
parent fe0fbdccde
commit c07cd3b44d

View File

@ -6,6 +6,7 @@ import * as io from '../src/io'
describe('cp', () => {
beforeAll(async () => {
console.log('beforeAll')
await io.rmRF(getTestTemp())
})