зеркало из https://github.com/github/codeql.git
JS: add test for missing support for package-lock.json
This commit is contained in:
Родитель
ef6f4c7a5e
Коммит
af3f0b1d04
7
javascript/ql/test/query-tests/NodeJS/UnusedDependency/src/package-lock.json
сгенерированный
Normal file
7
javascript/ql/test/query-tests/NodeJS/UnusedDependency/src/package-lock.json
сгенерированный
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "test-package",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"package-lock.json-dependency": "=1.2.3"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче