Skip to content

Commit

Permalink
Merge f635fce into fced0be
Browse files Browse the repository at this point in the history
  • Loading branch information
vukanac committed Nov 4, 2020
2 parents fced0be + f635fce commit 4a62c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('GET /user', function() {

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):

```js
```js
describe('GET /user', function() {
it('responds with json', function(done) {
request(app)
Expand Down Expand Up @@ -213,7 +213,7 @@ There is another example that is introduced by the file [agency.js](https://gith

Here is an example where 2 cookies are set on the request.

```js
```js
agent(app)
.get('/api/content')
.set('Cookie', ['nameOne=valueOne;nameTwo=valueTwo'])
Expand Down

0 comments on commit 4a62c37

Please sign in to comment.