fix(dependencies): Updated dependencies and fixed Docker Alpine image retrieval issue in tests

This commit is contained in:
2024-11-06 21:16:12 +01:00
parent 81f286cb2f
commit f0144fdd5b
6 changed files with 37 additions and 25 deletions

View File

@ -34,6 +34,8 @@ export const testCloudlyConfig: cloudly.ICloudlyConfig = {
})(),
};
await tapToolsNodeMod.tapNodeTools.testFileProvider.getDockerAlpineImageAsLocalTarball();
export const createCloudly = async () => {
const cloudlyInstance = new cloudly.Cloudly(testCloudlyConfig);
return cloudlyInstance;