mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ declare module 'promisify-supertest' {
|
||||
|
||||
function supertest(app: express.Express): supertest.SuperTest;
|
||||
|
||||
module supertest {
|
||||
namespace supertest {
|
||||
function agent(app?: any): supertest.SuperTest;
|
||||
|
||||
interface SuperTest extends superagent.SuperAgent<Test> {
|
||||
|
||||
Reference in New Issue
Block a user