mirror of https://github.com/actions/toolkit
pull/1344/head
parent
fe0fbdccde
commit
c07cd3b44d
|
@ -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())
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue