@itwin/core-backend
Version:
iTwin.js backend components
7 lines • 326 B
TypeScript
export declare class KnownTestLocations {
/** The directory where test assets are stored. Keep in mind that the test is playing the role of the app. */
static get assetsDir(): string;
/** The directory where tests can write. */
static get outputDir(): string;
}
//# sourceMappingURL=KnownTestLocations.d.ts.map