fix(dependencies): Update dependencies to the latest versions and fix image export test
This commit is contained in:
@ -122,7 +122,7 @@ tap.test('should create a service', async () => {
|
||||
await testSecret.remove();
|
||||
});
|
||||
|
||||
tap.skip.test('should export images', async (toolsArg) => {
|
||||
tap.test('should export images', async (toolsArg) => {
|
||||
const done = toolsArg.defer();
|
||||
const testImage = await docker.DockerImage.createFromRegistry(testDockerHost, {
|
||||
creationObject: {
|
||||
|
Reference in New Issue
Block a user