UNPKG

@feathersjs/adapter-tests

Version:

Feathers shared database adapter test suite

5 lines (4 loc) 248 B
import { AdapterTestName } from './declarations'; export declare const adapterTests: (testNames: AdapterTestName[]) => (app: any, errors: any, serviceName: any, idProp?: string) => void; export * from './declarations'; export default adapterTests;