Skip to content

Commit

Permalink
Exported the 'info.expected(...)' method in the v2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed Feb 23, 2018
1 parent c72def0 commit 983da9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/v2/tests.ts/Type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface TestInfo
(config : Options, codeStatusExpected : number, callback : (res : RequestResponse, body ?: XMLElementUtil) => void) : void
}
reqStream : (config : Options & { canFail ?: boolean }, callback : (res : RequestResponse, body ?: string) => void) => Request
expect : (nb : number) => void
}

export interface TestCallback
Expand Down

0 comments on commit 983da9c

Please sign in to comment.