Merge pull request #1879 from jpmoodlerooms/master

Expose agent on supertest and cookie methods on superagent
This commit is contained in:
Bart van der Schoor
2014-03-25 17:00:54 +01:00
3 changed files with 20 additions and 0 deletions
+2
View File
@@ -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;