UNPKG

@floogulinc/cypress-mongo-seeder

Version:

A cypress plugin to populate a mongo db from json files

4 lines (3 loc) 215 B
export declare const getJsonFiles: (dir: string) => string[]; export declare const getFileContent: (seedFilePath: string) => any[] | null; export declare const getCollectionName: (file: string) => string | null;