mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
lint: fix broken indentation in tests
This commit is contained in:
@@ -79,8 +79,8 @@ describe('req', function(){
|
||||
res.send(req.ip);
|
||||
});
|
||||
|
||||
var test = request(app).get('/')
|
||||
test.expect(200, getExpectedClientAddress(test._server), done);
|
||||
var test = request(app).get('/')
|
||||
test.expect(200, getExpectedClientAddress(test._server), done)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user