mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
update test code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import javascript
|
||||
|
||||
query predicate test_ResolvedPromiseDefinition(
|
||||
ResolvedPromiseDefinition resolved, DataFlow::Node res
|
||||
PromiseCreationCall resolved, DataFlow::Node res
|
||||
) {
|
||||
res = resolved.getValue()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user