Skip to content

Commit

Permalink
Updated type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
leelaprasadv committed Sep 2, 2023
1 parent 64fa44e commit 2f7e3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/Spec.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ declare class Spec {
*/
expectJsonLength(value: number): Spec;
expectJsonLength(path: string, value: number): Spec;
expectJsonLength(path: string, matcher: object): Spec;

/**
* expect network errors
Expand Down

0 comments on commit 2f7e3e8

Please sign in to comment.