mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
JavaScript: Consolidate tutorial tests.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
query predicate test_query5(FunctionExpr fe, string res) {
|
||||
fe.getBody() instanceof Expr and res = "Use arrow expressions instead of expression closures."
|
||||
}
|
||||
Reference in New Issue
Block a user