testeranto
Version:
the AI powered BDD test framework for typescript projects
26 lines (25 loc) • 649 B
JavaScript
;
/* eslint-disable @typescript-eslint/no-explicit-any */
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileService = exports.FileService_methods = void 0;
exports.FileService_methods = [
"writeFile_send",
"writeFile_receive",
"readFile_receive",
"readFile_send",
"createDirectory_receive",
"createDirectory_send",
"deleteFile_receive",
"deleteFile_send",
"files_send",
"files_receive",
"projects_send",
"projects_receive",
"tests_send",
"tests_receive",
"report_send",
"report_receive",
];
class FileService {
}
exports.FileService = FileService;