@tellescope/sdk 1.85.1 → 1.85.3
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/lib/esm/tests/tests.js
CHANGED
|
@@ -8645,7 +8645,7 @@ var vital_trigger_tests = function () { return __awaiter(void 0, void 0, void 0,
|
|
|
8645
8645
|
_a.sent();
|
|
8646
8646
|
return [4 /*yield*/, runTriggerTest({
|
|
8647
8647
|
title: "2-point trend failing for difference too small",
|
|
8648
|
-
shouldTrigger:
|
|
8648
|
+
shouldTrigger: false,
|
|
8649
8649
|
configurations: [{
|
|
8650
8650
|
unit: 'LB',
|
|
8651
8651
|
ranges: [{ classification: 'Target', comparison: { type: 'Less Than', value: 1 }, trendIntervalInMS: 1000 },],
|