You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should be optional',function(done){app.get('/file/*',function(req,res){res.end(req.params[0]);});request(app).get('/file/').expect('',done);})it('should require a preceding /',function(done){varapp=express();app.get('/file
There it cuts off.
The text was updated successfully, but these errors were encountered:
This sample:
Results in:
There it cuts off.
The text was updated successfully, but these errors were encountered: