diff --git a/test/v2/tests.ts/Type.ts b/test/v2/tests.ts/Type.ts index f41a51ad..c4c7342b 100644 --- a/test/v2/tests.ts/Type.ts +++ b/test/v2/tests.ts/Type.ts @@ -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