test(scripts): route temp-dir helper importers for store.sqlite and s… · openclaw/openclaw@dfd8a22
RomneyDa
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -858,7 +858,11 @@ describe("test-projects args", () => {
|
858 | 858 | { |
859 | 859 | config: "test/vitest/vitest.unit-fast.config.ts", |
860 | 860 | forwardedArgs: [], |
861 | | -includePatterns: ["src/install-sh-version.test.ts", "test/scripts/android-version.test.ts"], |
| 861 | +includePatterns: [ |
| 862 | +"src/install-sh-version.test.ts", |
| 863 | +"src/proxy-capture/store.sqlite.test.ts", |
| 864 | +"test/scripts/android-version.test.ts", |
| 865 | +], |
862 | 866 | watchMode: false, |
863 | 867 | }, |
864 | 868 | { |
@@ -886,6 +890,12 @@ describe("test-projects args", () => {
|
886 | 890 | ], |
887 | 891 | watchMode: false, |
888 | 892 | }, |
| 893 | +{ |
| 894 | +config: "test/vitest/vitest.commands.config.ts", |
| 895 | +forwardedArgs: [], |
| 896 | +includePatterns: ["src/commands/status.scan.shared.test.ts"], |
| 897 | +watchMode: false, |
| 898 | +}, |
889 | 899 | { |
890 | 900 | config: "test/vitest/vitest.agents.config.ts", |
891 | 901 | forwardedArgs: [], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。