@nsshunt/ststestrunner 1.1.57 → 1.1.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ststestrunner.cjs
CHANGED
|
@@ -449,9 +449,7 @@ var TestCaseFhirBase = class {
|
|
|
449
449
|
await this.#ForcePublishTelemetryData();
|
|
450
450
|
if (this.fhirClient) {
|
|
451
451
|
this.Debug(chalk.default.magenta(`TestCaseFhirBase:StopRunner(): Calling: [fhirClient.ResetSocket()]`));
|
|
452
|
-
this.fhirClient.ResetSocket();
|
|
453
452
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
454
|
-
this.fhirClient = null;
|
|
455
453
|
}
|
|
456
454
|
return true;
|
|
457
455
|
};
|
|
@@ -460,9 +458,7 @@ var TestCaseFhirBase = class {
|
|
|
460
458
|
await this.#ForcePublishTelemetryData();
|
|
461
459
|
if (this.fhirClient) {
|
|
462
460
|
this.Debug(chalk.default.magenta(`TestCaseFhirBase:TerminateRunner(): Calling: [fhirClient.ResetSocket()]`));
|
|
463
|
-
this.fhirClient.ResetSocket();
|
|
464
461
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
465
|
-
this.fhirClient = null;
|
|
466
462
|
}
|
|
467
463
|
return true;
|
|
468
464
|
};
|
|
@@ -473,9 +469,7 @@ var TestCaseFhirBase = class {
|
|
|
473
469
|
await this.#ForcePublishTelemetryData();
|
|
474
470
|
if (this.fhirClient) {
|
|
475
471
|
this.Debug(chalk.default.magenta(`TestCaseFhirBase:Completed(): Calling: [fhirClient.ResetSocket()]`));
|
|
476
|
-
this.fhirClient.ResetSocket();
|
|
477
472
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
478
|
-
this.fhirClient = null;
|
|
479
473
|
}
|
|
480
474
|
return true;
|
|
481
475
|
};
|
|
@@ -494,9 +488,7 @@ var TestCaseFhirBase = class {
|
|
|
494
488
|
await this.#ForcePublishTelemetryData();
|
|
495
489
|
if (this.fhirClient) {
|
|
496
490
|
this.Debug(chalk.default.magenta(`TestCaseFhirBase:ResetRunner(): Calling: [fhirClient.ResetSocket()]`));
|
|
497
|
-
this.fhirClient.ResetSocket();
|
|
498
491
|
await (0, _nsshunt_stsutils.Sleep)(100);
|
|
499
|
-
this.fhirClient = null;
|
|
500
492
|
}
|
|
501
493
|
return true;
|
|
502
494
|
};
|