Avoid using path separator in test data
This commit is contained in:
@@ -413,7 +413,7 @@ describe("Variant Analysis Manager", () => {
|
|||||||
// Should include queries. Just check that at least one known query exists.
|
// Should include queries. Just check that at least one known query exists.
|
||||||
// It doesn't particularly matter which query we check for.
|
// It doesn't particularly matter which query we check for.
|
||||||
expect(
|
expect(
|
||||||
queries.find((q) => q.fsPath.includes("CWE-201/PostMessageStar.ql")),
|
queries.find((q) => q.fsPath.includes("PostMessageStar.ql")),
|
||||||
).toBeDefined();
|
).toBeDefined();
|
||||||
// Should not include non-problem queries.
|
// Should not include non-problem queries.
|
||||||
expect(
|
expect(
|
||||||
|
|||||||
Reference in New Issue
Block a user