We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 24e4a25 commit 2a00da2Copy full SHA for 2a00da2
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