test: fix qa scenario catalog sort lint

This commit is contained in:
Peter Steinberger
2026-05-11 01:06:49 +01:00
parent e8103c0153
commit 1ef4a70d70

View File

@@ -25,9 +25,9 @@ describe("qa scenario catalog", () => {
"image-generation-roundtrip",
"character-vibes-gollum",
"character-vibes-c3po",
].sort();
].toSorted();
expect(
scenarioIds.filter((scenarioId) => requiredScenarioIds.includes(scenarioId)).sort(),
scenarioIds.filter((scenarioId) => requiredScenarioIds.includes(scenarioId)).toSorted(),
).toEqual(requiredScenarioIds);
expect(
pack.scenarios