UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

7 lines (6 loc) 225 B
import Formatter, { IFormatterOptions } from './'; export default class SnippetsFormatter extends Formatter { static readonly documentation: string; constructor(options: IFormatterOptions); logSnippets(): void; }