UNPKG

@torch-orm/test

Version:

Test utilities for Torch ORM

3 lines (2 loc) 265 B
import { DataAdapter } from "@torch-orm/core"; export declare function runAdapterTests(adapterName: string, createAdapter: () => DataAdapter, testFunctions: any, beforeEachCallback?: () => void | Promise<void>, afterAllCallback?: () => void | Promise<void>): void;