UNPKG

ts-bdd

Version:

A TypeScript BDD testing framework with typed shared examples and state management

6 lines 279 B
import { RunnableSuite } from '../runnable-suite/index.js'; export { SharedExamplesBuilder } from '../shared-examples-builder/index.js'; export function createSuite({ definitions, runner, }) { return new RunnableSuite(definitions, runner); } //# sourceMappingURL=index.js.map