Skip to content

Commit

Permalink
Fix test cleanup sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jul 3, 2020
1 parent 7811f94 commit bf81a58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cli/test/util.ts
Expand Up @@ -26,5 +26,7 @@ export function dockerCommandCleanup (done: DoneCallback) {
console.error(error)
if (error) return done(error)
})
done()
cgqlCleanup.on('close', () => {
done()
})
}

0 comments on commit bf81a58

Please sign in to comment.