From 5beaaf343cd6dfbcbed18ae8c90ca7233515539b Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 20 Jun 2026 22:29:33 +0200 Subject: [PATCH] test(qa): map qa e2e script changes --- scripts/test-projects.test-support.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test-projects.test-support.mjs b/scripts/test-projects.test-support.mjs index 45ab8b5be97c..add9fef880ee 100644 --- a/scripts/test-projects.test-support.mjs +++ b/scripts/test-projects.test-support.mjs @@ -723,6 +723,7 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([ ["test/scripts/mantis-build-telegram-desktop-proof-evidence.test.ts"], ], ["scripts/mantis/publish-pr-evidence.mjs", ["test/scripts/mantis-publish-pr-evidence.test.ts"]], + ["scripts/qa-e2e.ts", ["test/scripts/qa-e2e.test.ts"]], ["scripts/qa-lab-up.ts", ["test/scripts/qa-lab-up.test.ts"]], [ "scripts/run-vitest.mjs",