Javascript: fix project layout for bazel tests

On Windows, the project layout needs to match `codeql~override`, while
on POSIX we must keep on matching `ql`. We work around this by using
`*ql*` in the project layout, which matches both.
This commit is contained in:
Paolo Tranquilli
2024-02-16 16:58:54 +01:00
parent 1626344560
commit 32d6c5ac3d

View File

@@ -1 +1 @@
**/ql/javascript/extractor/tests/*/input//
**/*ql*/javascript/extractor/tests/*/input//