UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

13 lines (12 loc) 416 B
import Testeranto from "../../Node"; import { specification } from "./specification"; import { implementation } from "./implementation"; import { testAdapter } from "./adapter"; import { MockGiven } from "./MockGiven"; import { MockThen } from "./MockThen"; import { MockWhen } from "./MockWhen"; export default Testeranto({ MockGiven, MockWhen, MockThen, }, specification, implementation, testAdapter);