UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

11 lines 617 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Bentley Systems, Incorporated. All rights reserved. * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ import * as path from "path"; export class TestConstants { static testDownloadDirectoryPath = path.join(__dirname, "../testDownloads"); static packagePrefix = "IModelsClientsTests"; static testDeviceName = "Test device"; } //# sourceMappingURL=Constants.js.map