@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/cjs/tests/tests.js
CHANGED
|
@@ -8691,7 +8691,7 @@ var vital_trigger_tests = function () { return __awaiter(void 0, void 0, void 0,
|
|
|
8691
8691
|
_a.sent();
|
|
8692
8692
|
return [4 /*yield*/, runTriggerTest({
|
|
8693
8693
|
title: "2-point trend failing for difference too small",
|
|
8694
|
-
shouldTrigger:
|
|
8694
|
+
shouldTrigger: false,
|
|
8695
8695
|
configurations: [{
|
|
8696
8696
|
unit: 'LB',
|
|
8697
8697
|
ranges: [{ classification: 'Target', comparison: { type: 'Less Than', value: 1 }, trendIntervalInMS: 1000 },],
|