We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3531987 commit 46e0d1bCopy full SHA for 46e0d1b
test/app.listen.js
@@ -6,7 +6,7 @@ describe('app.listen()', function(){
6
it('should wrap with an HTTP server', function(done){
7
var app = express();
8
9
- var server = app.listen(9999, function(){
+ var server = app.listen(0, function () {
10
server.close(done)
11
});
12
})
0 commit comments