UNPKG

testplane

Version:

Tests framework based on mocha and wdio

4 lines (3 loc) 287 B
import type { ResolvedFrame, SufficientStackFrame } from "./types"; export declare const findRelevantStackFrame: (error: Error) => SufficientStackFrame | null; export declare const resolveLocationWithStackFrame: (stackFrame: SufficientStackFrame, fileContents: string) => ResolvedFrame;