mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
This will allow `codeql resolve tests --ignore-dubious-cases` (and thus the VSCode extension) to recognize all `.ql` files in those packs as test cases, even if they don't have accompanying `.expected` files. CLI versions prior to 2.1.0 will choke on this, but it's almost 10 months since that came out.
6 lines
119 B
YAML
6 lines
119 B
YAML
name: codeql-javascript-tests
|
|
version: 0.0.0
|
|
libraryPathDependencies: codeql-javascript
|
|
extractor: javascript
|
|
tests: .
|