mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Expose agent on supertest and cookie methods on superagent
This commit is contained in:
Vendored
+2
@@ -46,6 +46,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