We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97d79e commit 46cea83Copy full SHA for 46cea83
test/app.router.js
@@ -37,6 +37,8 @@ describe('app.router', function(){
37
describe('methods', function(){
38
methods.concat('del').forEach(function(method){
39
if (method === 'connect') return;
40
+ // Temporarily excluding this test, can remove when https://github.com/expressjs/express/issues/5615 is resolved
41
+ if (method === 'query') return;
42
43
it('should include ' + method.toUpperCase(), function(done){
44
var app = express();
0 commit comments