test(scripts): focus guard inventory routing · openclaw/openclaw@eae1e8f
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -462,6 +462,18 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
462 | 462 | ["test/extension-import-boundaries.test.ts"], |
463 | 463 | ], |
464 | 464 | ["scripts/check-src-extension-import-boundary.mjs", ["test/extension-import-boundaries.test.ts"]], |
| 465 | +[ |
| 466 | +"scripts/lib/guard-inventory-utils.mjs", |
| 467 | +[ |
| 468 | +"test/extension-import-boundaries.test.ts", |
| 469 | +"test/plugin-extension-import-boundary.test.ts", |
| 470 | +"test/architecture-smells.test.ts", |
| 471 | +"test/web-provider-boundary.test.ts", |
| 472 | +"test/test-helper-extension-import-boundary.test.ts", |
| 473 | +"test/scripts/extension-import-boundary-checker.test.ts", |
| 474 | +"src/plugins/contracts/plugin-sdk-subpaths.test.ts", |
| 475 | +], |
| 476 | +], |
465 | 477 | [ |
466 | 478 | "scripts/check-test-helper-extension-import-boundary.mjs", |
467 | 479 | ["test/test-helper-extension-import-boundary.test.ts"], |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1491,6 +1491,18 @@ describe("scripts/test-projects changed-target routing", () => {
|
1491 | 1491 | "scripts/check-src-extension-import-boundary.mjs", |
1492 | 1492 | ["test/extension-import-boundaries.test.ts"], |
1493 | 1493 | ], |
| 1494 | +[ |
| 1495 | +"scripts/lib/guard-inventory-utils.mjs", |
| 1496 | +[ |
| 1497 | +"test/extension-import-boundaries.test.ts", |
| 1498 | +"test/plugin-extension-import-boundary.test.ts", |
| 1499 | +"test/architecture-smells.test.ts", |
| 1500 | +"test/web-provider-boundary.test.ts", |
| 1501 | +"test/test-helper-extension-import-boundary.test.ts", |
| 1502 | +"test/scripts/extension-import-boundary-checker.test.ts", |
| 1503 | +"src/plugins/contracts/plugin-sdk-subpaths.test.ts", |
| 1504 | +], |
| 1505 | +], |
1494 | 1506 | [ |
1495 | 1507 | "scripts/check-test-helper-extension-import-boundary.mjs", |
1496 | 1508 | ["test/test-helper-extension-import-boundary.test.ts"], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。