@itwin/insights-client
Version:
Insights client for the iTwin platform
11 lines • 626 B
JavaScript
/*---------------------------------------------------------------------------------------------
* 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 {
}
TestConstants.testDownloadDirectoryPath = path.join(__dirname, "../testDownloads");
TestConstants.packagePrefix = "IModelsClientsTests";
TestConstants.testDeviceName = "Test device";
//# sourceMappingURL=Constants.js.map