mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix chai-http-tests
This commit is contained in:
@@ -41,8 +41,7 @@ chai.request(app)
|
||||
|
||||
chai.request(app)
|
||||
.get('/search')
|
||||
.query('name', 'foo')
|
||||
.query('limit', '10');
|
||||
.query({name: 'foo', limit: 10});
|
||||
|
||||
chai.request(app)
|
||||
.put('/user/me')
|
||||
|
||||
Reference in New Issue
Block a user