refactor(test): remove unused channel route exports · openclaw/openclaw@b0375f2
vincentkoc
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -21,12 +21,10 @@ export const coreChannelTestRoots = channelTestRoots.filter(
|
21 | 21 | (root) => !root.startsWith(BUNDLED_PLUGIN_PATH_PREFIX), |
22 | 22 | ); |
23 | 23 | export const channelTestPrefixes = channelTestRoots.map((root) => `${root}/`); |
24 | | -export const channelTestInclude = channelTestRoots.map((root) => `${root}/**/*.test.ts`); |
25 | 24 | export const extensionChannelTestInclude = extensionChannelTestRoots.map( |
26 | 25 | (root) => `${root}/**/*.test.ts`, |
27 | 26 | ); |
28 | 27 | export const coreChannelTestInclude = coreChannelTestRoots.map((root) => `${root}/**/*.test.ts`); |
29 | | -export const channelTestExclude = channelTestRoots.map((root) => `${root}/**`); |
30 | 28 | |
31 | 29 | const extensionChannelRootOverrideBasenames = new Map(); |
32 | 30 | for (const file of extensionRoutedChannelTestFiles) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。