mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
7 lines
318 B
TypeScript
7 lines
318 B
TypeScript
/// <reference path="../../adonis-typings/index.d.ts" />
|
|
import { ContainerBindings } from '@ioc:Adonis/Core/Application';
|
|
/**
|
|
* Define test bindings
|
|
*/
|
|
export declare function defineTestsBindings(ApiRequest: ContainerBindings['Japa/Preset/ApiRequest'], ApiClient: ContainerBindings['Japa/Preset/ApiClient']): void;
|