UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

9 lines (6 loc) 352 B
/* 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;