UNPKG

testplane

Version:

Tests framework based on mocha and wdio

3 lines (2 loc) 147 B
import type { WithSnippetError } from "./types"; export declare const extendWithCodeSnippet: (err: WithSnippetError) => Promise<WithSnippetError>;