test(acpx): cover Windows extension test paths

This commit is contained in:
Vincent Koc
2026-05-04 04:20:30 -07:00
parent c1da0ddd54
commit 03d04c243b
3 changed files with 15 additions and 7 deletions

View File

@@ -303,6 +303,7 @@ export const sharedVitestConfig = {
"**/node_modules/**",
"**/vendor/**",
"dist/OpenClaw.app/**",
"**/._*",
"**/*.live.test.ts",
"**/*.e2e.test.ts",
],