mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-30 01:14:33 +00:00
Typo fix (#27093)
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user