UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

7 lines (6 loc) 253 B
import type { TestUtilsContract } from '@ioc:Adonis/Core/TestUtils'; import type Ace from '@ioc:Adonis/Core/Ace'; /** * Define database testing utilities */ export declare function defineTestUtils(testUtils: TestUtilsContract, ace: typeof Ace): void;