test: prove Oxlint project discovery

This commit is contained in:
Tianyi Cui
2026-07-29 23:28:32 +08:00
parent df9608c43d
commit d29c5e0c07
4 changed files with 32 additions and 22 deletions

View File

@@ -98,6 +98,8 @@ export default defineConfig({
'packages/*/*/src/types.ts',
'packages/*/*/src/bin.ts',
'packages/*/*/src/worker.ts',
// A killed executable lint-contract test can leave a non-product source probe behind.
'packages/*/*/src/oxlint-contract-*.ts',
// GUI step-1 skeleton (PR #500): client/web UI files whose remaining
// branches need a browser-grade harness the jsdom lane doesn't cover
// yet. TODO(gui): cover and remove as the client test lane matures.