testeranto
Version:
the AI powered BDD test framework for typescript projects
7 lines (6 loc) • 350 B
JavaScript
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable @typescript-eslint/no-explicit-any */
import { generateGolingvuMetafile as gmf } from "./generateGolingvuMetafile";
import { writeGolingvuMetafile as wgmf } from "./writeGolingvuMetafile";
export const generateGolingvuMetafile = gmf;
export const writeGolingvuMetafile = wgmf;