UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

15 lines 767 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 { } exports.TestConstants = TestConstants; TestConstants.testDownloadDirectoryPath = path.join(__dirname, "../testDownloads"); TestConstants.packagePrefix = "IModelsClientsTests"; TestConstants.testDeviceName = "Test device"; //# sourceMappingURL=Constants.js.map