Files
codeql/javascript/ql/test/library-tests/frameworks/data/warnings.ql
Taus 889209719b JS: Overlay annotations for some failing tests
Locally these seem to get rid of the compilation warnings, but of course
CI is the true arbiter here.
2025-11-13 09:46:03 +01:00

10 lines
260 B
Plaintext

import javascript
import semmle.javascript.frameworks.data.internal.ApiGraphModels as ApiGraphModels
overlay[local]
class IsTesting extends ApiGraphModels::TestAllModels {
IsTesting() { this = this }
}
query predicate warning = ModelOutput::getAWarning/0;