fix(testing): Fixed Cloudly testing setup and dependencies

This commit is contained in:
2024-11-06 03:56:46 +01:00
parent da0dddcceb
commit 15ea5adec6
9 changed files with 505 additions and 192 deletions

View File

@@ -62,6 +62,7 @@ export class Cloudly {
private configOptions: plugins.servezoneInterfaces.data.ICloudlyConfig;
constructor(configArg?: plugins.servezoneInterfaces.data.ICloudlyConfig) {
this.configOptions = configArg;
this.cloudlyInfo = new CloudlyInfo(this);
this.config = new CloudlyConfig(this);