UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

3 lines (2 loc) 179 B
import { TestStepResult } from '@cucumber/messages'; export declare function formatError(error: Error, filterStackTraces: boolean): Pick<TestStepResult, 'message' | 'exception'>;