UNPKG

testplane

Version:

Tests framework based on mocha and wdio

6 lines (5 loc) 249 B
export interface HistoryContext { shouldBypassHistory: boolean; } export declare const runWithHistoryContext: (contextData: HistoryContext, fn: () => unknown) => unknown; export declare const getHistoryContext: () => HistoryContext | undefined;