@@ -341,10 +341,30 @@ describe("scripts/test-projects changed-target routing", () => {
|
341 | 341 | |
342 | 342 | it("routes nested e2e shell helpers through their sourced owner tests", () => { |
343 | 343 | const expectedTargets = new Map([ |
| 344 | +[ |
| 345 | +"scripts/e2e/lib/bundled-plugin-install-uninstall/runtime-smoke.mjs", |
| 346 | +["test/scripts/bundled-plugin-install-uninstall-probe.test.ts"], |
| 347 | +], |
| 348 | +[ |
| 349 | +"scripts/e2e/lib/bundled-plugin-install-uninstall/sweep.sh", |
| 350 | +["test/scripts/bundled-plugin-install-uninstall-probe.test.ts"], |
| 351 | +], |
344 | 352 | [ |
345 | 353 | "scripts/e2e/lib/kitchen-sink-plugin/sweep.sh", |
346 | 354 | ["test/scripts/kitchen-sink-plugin-assertions.test.ts"], |
347 | 355 | ], |
| 356 | +[ |
| 357 | +"scripts/e2e/lib/plugin-update/corrupt-update-scenario.sh", |
| 358 | +["test/scripts/plugin-update-unchanged-docker.test.ts"], |
| 359 | +], |
| 360 | +[ |
| 361 | +"scripts/e2e/lib/plugin-update/probe.mjs", |
| 362 | +["test/scripts/plugin-update-unchanged-docker.test.ts"], |
| 363 | +], |
| 364 | +[ |
| 365 | +"scripts/e2e/lib/plugin-update/unchanged-scenario.sh", |
| 366 | +["test/scripts/plugin-update-unchanged-docker.test.ts"], |
| 367 | +], |
348 | 368 | ["scripts/e2e/lib/plugins/clawhub.sh", ["test/scripts/plugins-assertions.test.ts"]], |
349 | 369 | ["scripts/e2e/lib/plugins/fixtures.sh", ["test/scripts/plugins-assertions.test.ts"]], |
350 | 370 | ["scripts/e2e/lib/plugins/marketplace.sh", ["test/scripts/plugins-assertions.test.ts"]], |
|