fix(core): clean

This commit is contained in:
2018-07-16 00:38:24 +02:00
parent 99efccd827
commit aaa2394b36
13 changed files with 3 additions and 223 deletions

View File

@ -22,6 +22,8 @@ tap.test('should post a JSON document over http', async () => {
.equal('fa4c6baa0812e5b5c80ed8885e55a8a6');
});
tap.test('should deal with unix socks', async () => {});
tap.test('should deal with unix socks', async () => {
await expect(smartrequest.request('http://unix:/var/run/docker.sock:/containers'))
});
tap.start();