UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

10 lines (9 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mockTestSpecification = void 0; const mockTestSpecification = () => { return () => { return new BaseSuite(); }; }; exports.mockTestSpecification = mockTestSpecification;