import Testeranto from "testeranto/src/Node"; import { ITestImplementation, ITestSpecification, Ibdd_out } from "testeranto/src/CoreTypes"; import { I, testInterfacer } from "./static.js"; export default ( testImplementations: ITestImplementation, testSpecifications: ITestSpecification, testInput: I["iinput"] ) => { return Testeranto( testInput, testSpecifications, testImplementations, testInterfacer(testInput) ); };