UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

15 lines 758 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestConstants = void 0; /*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ const path = require("path"); class TestConstants { static testDownloadDirectoryPath = path.join(__dirname, "../testDownloads"); static packagePrefix = "IModelsClientsTests"; static testDeviceName = "Test device"; } exports.TestConstants = TestConstants; //# sourceMappingURL=Constants.js.map