mirror of
https://github.com/zebrajr/express.git
synced 2025-12-06 00:19:48 +01:00
parent
fc138c108f
commit
dab6ee5822
|
|
@ -5,10 +5,6 @@ describe('app.listen()', function(){
|
|||
it('should wrap with an HTTP server', function(done){
|
||||
var app = express();
|
||||
|
||||
app.del('/tobi', function(req, res){
|
||||
res.end('deleted tobi!');
|
||||
});
|
||||
|
||||
var server = app.listen(9999, function(){
|
||||
server.close();
|
||||
done();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user