fix(testing): Fixed Cloudly testing setup and dependencies
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user