We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496a2ee commit e21a852Copy full SHA for e21a852
test/app.listen.js
@@ -31,7 +31,7 @@ describe('app.listen()', function(){
31
});
32
})
33
34
- it('should listened to the requested port', function(done){
+ it('should listen on the requested port', function (done) {
35
var expectedResponseBody = 'hello world';
36
var server;
37
var app = express()
0 commit comments