This commit is contained in:
小池貴之 2018-07-13 02:07:17 +09:00 committed by Ryan Cavanaugh
parent f86bf736ea
commit c34089973b

View File

@ -27,7 +27,7 @@ declare namespace supertest {
expect(body: RegExp, callback?: CallbackHandler): this;
expect(body: Object, callback?: CallbackHandler): this;
expect(field: string, val: string, callback?: CallbackHandler): this;
expect(fzield: string, val: RegExp, callback?: CallbackHandler): this;
expect(field: string, val: RegExp, callback?: CallbackHandler): this;
expect(checker: (res: Response) => any): this;
end(callback?: CallbackHandler): this;
}