mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
fix(ci): keep browser test support out of prod boundaries
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"./dist/**",
|
||||
"./node_modules/**",
|
||||
"./src/test-support/**",
|
||||
"./src/**/test-support/**",
|
||||
"./src/**/*test-helpers.ts",
|
||||
"./src/**/*test-harness.ts",
|
||||
"./src/**/*test-support.ts"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"**/*test-harness.ts",
|
||||
"**/*test-support.ts",
|
||||
"extensions/**/src/test-support/**",
|
||||
"extensions/**/src/**/test-support/**",
|
||||
"test/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user