UNPKG

beach-day

Version:

API integration testing as fun as a day on the beach

6 lines (5 loc) 302 B
export declare class MatcherUtils { static checkProp(currentBody: any, propertyName: string): any; static checkPropDoesntExist(currentBody: any, propertyName: string): any; static expectProp(currentBody: any, propertyName: string, expected: any, useExplicitEquality?: boolean): any; }