fix(core): update

This commit is contained in:
2019-01-10 00:28:12 +01:00
parent 57594728df
commit ea117bc391
8 changed files with 125 additions and 57 deletions

View File

@ -13,12 +13,11 @@ tap.test('should list containers', async () => {
console.log(containers);
});
tap.skip.test('should pull an image from imagetag', async () => {
// await testDockerHost.pullImage('hosttoday/ht-docker-node:npmci');
});
tap.test('should return a change Objservable', async (tools) => {
tap.test('should return a change Objservable', async tools => {
const testObservable = await testDockerHost.getEventObservable();
const subscription = testObservable.subscribe(changeObject => {
console.log(changeObject);