UNPKG

slonik

Version:

A Node.js PostgreSQL client with strict types, detailed logging and assertions.

5 lines 315 B
import { type TestContextType } from './createTestRunner'; import { type DriverFactory } from '@slonik/driver'; import { type TestFn } from 'ava'; export declare const createIntegrationTests: (test: TestFn<TestContextType>, driverFactory: DriverFactory) => void; //# sourceMappingURL=createIntegrationTests.d.ts.map