UNPKG

830 BJavaScriptView Raw
1"use strict";
2/**
3 * -------------------------------------------------------------------------------------------
4 * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
5 * See License in the project root for license information.
6 * -------------------------------------------------------------------------------------------
7 */
8Object.defineProperty(exports, "__esModule", { value: true });
9exports.ChaosStrategy = void 0;
10/**
11 * @module ChaosStrategy
12 */
13/**
14 * Strategy used for Testing Handler
15 * @enum
16 */
17var ChaosStrategy;
18(function (ChaosStrategy) {
19 ChaosStrategy[ChaosStrategy["MANUAL"] = 0] = "MANUAL";
20 ChaosStrategy[ChaosStrategy["RANDOM"] = 1] = "RANDOM";
21})(ChaosStrategy = exports.ChaosStrategy || (exports.ChaosStrategy = {}));
22//# sourceMappingURL=ChaosStrategy.js.map
\No newline at end of file