import Testeranto from "testeranto/src/Pure"; import { Ibdd_out, ITestImplementation, ITestSpecification, } from "testeranto/src/CoreTypes"; import { I, IInput, adapter } from "."; export default ( testImplementations: ITestImplementation, testSpecifications: ITestSpecification, testInput: IInput ) => Testeranto( testInput, testSpecifications, testImplementations, adapter );