UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

9 lines (8 loc) 315 B
import Testeranto from "../../Node"; import { implementation } from "./implementation"; import { specification } from "./specification"; import { testAdapter } from "./adapter"; import { butThenProxy } from "../pmProxy"; export default Testeranto({ butThenProxy, }, specification, implementation, testAdapter);