UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

6 lines (5 loc) 291 B
/* eslint-disable @typescript-eslint/no-empty-object-type */ import Testeranto from "../../Node"; import { BaseSuite } from "../BaseSuite"; import { implementation, specification, testAdapter } from "./test"; export default Testeranto(BaseSuite, specification, implementation, testAdapter);