UNPKG

@vendure/testing

Version:

End-to-end testing tools for Vendure projects

6 lines (5 loc) 281 B
import { INestApplicationContext } from '@nestjs/common'; /** * Creates customers with addresses by making API calls to the Admin API. */ export declare function populateCustomers(app: INestApplicationContext, count: number, loggingFn: (message: string) => void): Promise<void>;