mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
test(scripts): route temp-dir helper importers for store.sqlite and status.scan tests (#94681)
This commit is contained in:
@@ -858,7 +858,11 @@ describe("test-projects args", () => {
|
||||
{
|
||||
config: "test/vitest/vitest.unit-fast.config.ts",
|
||||
forwardedArgs: [],
|
||||
includePatterns: ["src/install-sh-version.test.ts", "test/scripts/android-version.test.ts"],
|
||||
includePatterns: [
|
||||
"src/install-sh-version.test.ts",
|
||||
"src/proxy-capture/store.sqlite.test.ts",
|
||||
"test/scripts/android-version.test.ts",
|
||||
],
|
||||
watchMode: false,
|
||||
},
|
||||
{
|
||||
@@ -886,6 +890,12 @@ describe("test-projects args", () => {
|
||||
],
|
||||
watchMode: false,
|
||||
},
|
||||
{
|
||||
config: "test/vitest/vitest.commands.config.ts",
|
||||
forwardedArgs: [],
|
||||
includePatterns: ["src/commands/status.scan.shared.test.ts"],
|
||||
watchMode: false,
|
||||
},
|
||||
{
|
||||
config: "test/vitest/vitest.agents.config.ts",
|
||||
forwardedArgs: [],
|
||||
|
||||
Reference in New Issue
Block a user