fix docker execution

This commit is contained in:
2017-04-02 23:41:51 +02:00
parent 90b9b61a37
commit 566e074cf4
4 changed files with 67 additions and 50 deletions

View File

@ -74,4 +74,4 @@ tap.test('reset paths', async () => {
process.cwd = () => {
return path.join(__dirname, '../')
}
})
}).catch(tap.threw)