UNPKG

jest-dynalite

Version:

Run your tests using Jest & Dynalite

5 lines (4 loc) 270 B
import { TableConfig } from "../types"; export declare const deleteTables: (tableNames: string[], port: number) => Promise<void>; export declare const createTables: (tables: TableConfig[], port: number) => Promise<void>; export declare const killConnection: () => void;