Skip to content

Commit

Permalink
🎨 Minor change in spec cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steel Brain committed Apr 15, 2019
1 parent 1131123 commit 41ab912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/main-spec.js
Expand Up @@ -63,6 +63,9 @@ async function connectWithInlinePrivateKey(port, client) {
test.after(function() {
ChildProcess.exec(`rm -rf ${getFixturePath('ignored/*')}`)
})
test.before(function() {
ChildProcess.exec(`rm -rf ${getFixturePath('ignored/*')}`)
})

sshit('connects to a server with password', async function(t, port, client) {
await t.notThrowsAsync(async function() {
Expand Down

0 comments on commit 41ab912

Please sign in to comment.