mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
JS: Add one more test
This commit is contained in:
@@ -15,3 +15,7 @@ function getHandler2() {
|
||||
return function (req, res){}
|
||||
}
|
||||
app.use([getHandler2()]);
|
||||
|
||||
function handler3(req, res) {}
|
||||
let array = [handler3];
|
||||
app.use(array);
|
||||
|
||||
Reference in New Issue
Block a user