fix(ci): keep browser test support out of prod boundaries

This commit is contained in:
Vincent Koc
2026-04-29 00:48:31 -07:00
parent 0f11dcd15f
commit 1e168b17b7
2 changed files with 2 additions and 0 deletions

View File

@@ -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"

View File

@@ -14,6 +14,7 @@
"**/*test-harness.ts",
"**/*test-support.ts",
"extensions/**/src/test-support/**",
"extensions/**/src/**/test-support/**",
"test/**"
]
}