UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

4 lines (3 loc) 166 B
import { ITestSpecification } from "../../CoreTypes"; import { I, O } from "./classBuilder.test.types"; export declare const specification: ITestSpecification<I, O>;