You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use `auth` method to pass HTTP username and password in the same way as in the [superagent](http://visionmedia.github.io/superagent/#authentication):
70
70
71
-
```js
71
+
```js
72
72
describe('GET /user', function() {
73
73
it('responds with json', function(done) {
74
74
request(app)
@@ -213,7 +213,7 @@ There is another example that is introduced by the file [agency.js](https://gith
213
213
214
214
Here is an example where 2 cookies are set on the request.
0 commit comments