UNPKG

@opra/testing

Version:

Opra testing package

9 lines (8 loc) 331 B
import '../expect-extend/index.js'; import { HttpResponse } from '@opra/client'; export declare class ApiExpectBase { readonly response: HttpResponse; protected readonly isNot?: boolean; constructor(response: HttpResponse, isNot?: boolean); protected _expect(expected: any): import("expect").Matchers<void, any>; }