mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
parent
24e4a2570d
commit
2a00da2067
|
|
@ -6,7 +6,7 @@ describe('app.listen()', function(){
|
|||
it('should wrap with an HTTP server', function(done){
|
||||
var app = express();
|
||||
|
||||
var server = app.listen(9999, function(){
|
||||
var server = app.listen(0, function () {
|
||||
server.close(done)
|
||||
});
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user