1
0
Fork 0
pull/1344/head
Cory Miller 2023-02-21 18:26:19 +00:00
parent fe0fbdccde
commit c07cd3b44d
1 changed files with 1 additions and 0 deletions

View File

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