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