UNPKG

testplane

Version:

Tests framework based on mocha and wdio

8 lines (7 loc) 342 B
export declare class UsedDumpsTracker { private _usedDumpsPerSelectivityRoot; trackUsed(dumpId: string, testDependenciesPath: string): void; usedDumpsFor(testDependenciesPath: string): boolean; wasUsed(dumpId: string, testDependenciesPath: string): boolean; } export declare const getUsedDumpsTracker: () => UsedDumpsTracker;