test(scripts): focus extension boundary routing · openclaw/openclaw@896b3c6
vincentkoc
·
2026-06-21
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -460,6 +460,11 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
|
460 | 460 | "scripts/check-sdk-package-extension-import-boundary.mjs", |
461 | 461 | ["test/extension-import-boundaries.test.ts"], |
462 | 462 | ], |
| 463 | +["scripts/check-src-extension-import-boundary.mjs", ["test/extension-import-boundaries.test.ts"]], |
| 464 | +[ |
| 465 | +"scripts/check-test-helper-extension-import-boundary.mjs", |
| 466 | +["test/test-helper-extension-import-boundary.test.ts"], |
| 467 | +], |
463 | 468 | [ |
464 | 469 | "scripts/check-workflows.mjs", |
465 | 470 | [ |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1386,6 +1386,14 @@ describe("scripts/test-projects changed-target routing", () => {
|
1386 | 1386 | "scripts/check-plugin-extension-import-boundary.mjs", |
1387 | 1387 | ["test/plugin-extension-import-boundary.test.ts"], |
1388 | 1388 | ], |
| 1389 | +[ |
| 1390 | +"scripts/check-src-extension-import-boundary.mjs", |
| 1391 | +["test/extension-import-boundaries.test.ts"], |
| 1392 | +], |
| 1393 | +[ |
| 1394 | +"scripts/check-test-helper-extension-import-boundary.mjs", |
| 1395 | +["test/test-helper-extension-import-boundary.test.ts"], |
| 1396 | +], |
1389 | 1397 | [ |
1390 | 1398 | "scripts/write-plugin-sdk-entry-dts.ts", |
1391 | 1399 | [ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。