mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Typo fix (#27093)
This commit is contained in:
parent
f86bf736ea
commit
c34089973b
2
types/supertest/index.d.ts
vendored
2
types/supertest/index.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user