1"use strict"; 2/* 3 * Copyright (c) 2022-2025 Huawei Device Co., Ltd. 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { 17 if (k2 === undefined) k2 = k; 18 var desc = Object.getOwnPropertyDescriptor(m, k); 19 if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { 20 desc = { enumerable: true, get: function() { return m[k]; } }; 21 } 22 Object.defineProperty(o, k2, desc); 23}) : (function(o, m, k, k2) { 24 if (k2 === undefined) k2 = k; 25 o[k2] = m[k]; 26})); 27var __exportStar = (this && this.__exportStar) || function(m, exports) { 28 for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); 29}; 30Object.defineProperty(exports, "__esModule", { value: true }); 31exports.startTests = void 0; 32var mocha_1 = require("./mocha"); 33Object.defineProperty(exports, "startTests", { enumerable: true, get: function () { return mocha_1.startTests; } }); 34__exportStar(require("./chai"), exports); 35require("./mocha"); // globals 36//# sourceMappingURL=index.js.map