UNPKG

@vendure/testing

Version:

End-to-end testing tools for Vendure projects

6 lines (5 loc) 224 B
import { VendureConfig } from '@vendure/core'; /** * Clears all tables in the database specified by the connectionOptions */ export declare function clearAllTables(config: VendureConfig, logging?: boolean): Promise<void>;