UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

5 lines (4 loc) 191 B
import { Pool } from 'pg'; export declare function getSharedPool(): Pool | null; export declare function connectTestDb(): Promise<Pool>; export declare function closeTestDb(): Promise<void>;