Skip to content

Commit 2ee3de9

Browse files
committed
forcefully delete testDir after test
1 parent 2b60a35 commit 2ee3de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/awsService/ec2/sshKeyPair.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('SshKeyUtility', async function () {
3333
})
3434

3535
after(async function () {
36-
await keyPair.delete()
36+
await fs.delete(temporaryDirectory, { recursive: true, force: true })
3737
clock.uninstall()
3838
sinon.restore()
3939
})

0 commit comments

Comments
 (0)