fix(core): update
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user