UNPKG

@rlanz/sentry

Version:

A wrapper around the Sentry SDK to make it easier to use in a AdonisJS application

12 lines (11 loc) 380 B
import type { Test } from '@japa/runner/core'; import { Application } from '@adonisjs/core/app'; export declare const BASE_URL: import("url").URL; export declare class BaseFixture { protected context: { app: Application<any> | undefined; }; protected test: Test<any> | undefined; getActiveTest(): Test<any>; givenIHaveAnApplication(): Promise<void>; }