vitest-dynaliter
Version:
Run your tests using Vitest & Dynalite
13 lines (8 loc) • 456 B
TypeScript
import { Environment } from 'vitest/environments';
declare const _default$1: (withConfigDir: string) => Promise<void>;
declare const _default: Environment;
declare const start: () => Promise<void>;
declare const stop: () => Promise<void>;
declare const deleteTables: () => Promise<void>;
declare const createTables: () => Promise<void>;
export { createTables, _default as default, deleteTables, _default$1 as setup, start as startDb, stop as stopDb };