UNPKG

@floogulinc/cypress-mongo-seeder

Version:

A cypress plugin to populate a mongo db from json files

4 lines (3 loc) 255 B
export declare const connectToDB: (uri: string) => Promise<boolean>; export declare const isCollectionExists: (name: string) => Promise<boolean>; export declare const insert: (collection: string, content: object[], drop?: boolean) => Promise<boolean>;