mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
JavaScript: Consolidate ModuleImportNode tests.
Note that `CustomImport.ql` is still separate since it customises the standard library and would hence influennce other tests.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import javascript
|
||||
|
||||
query predicate test_moduleImport(string path, DataFlow::ModuleImportNode res) {
|
||||
res = DataFlow::moduleImport(path)
|
||||
}
|
||||
Reference in New Issue
Block a user