strapi/tests/e2e/scripts/dts-export.ts

5 lines
179 B
TypeScript
Executable File

import { exportData } from '../utils/dts-export';
// TODO: make an actual yargs command and pass common options to exportData so it's easier to build the test data
exportData();