mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge pull request #1879 from jpmoodlerooms/master
Expose agent on supertest and cookie methods on superagent
This commit is contained in:
Vendored
+2
@@ -51,6 +51,8 @@ declare module "supertest" {
|
||||
unsubscribe(url: string): Test;
|
||||
patch(url: string): Test;
|
||||
}
|
||||
|
||||
function agent(): superagent.Agent;
|
||||
}
|
||||
|
||||
function supertest(app: any): supertest.SuperTest;
|
||||
|
||||
Reference in New Issue
Block a user