test(guardrails): exclude suite files and harden auth temp identity naming

This commit is contained in:
Peter Steinberger
2026-03-02 18:21:00 +00:00
parent 82f01d6081
commit a8fe8b6bf8
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ const DEFAULT_GUARDRAIL_SKIP_PATTERNS = [
/\.test-helpers\.tsx?$/,
/\.test-utils\.tsx?$/,
/\.test-harness\.tsx?$/,
/\.suite\.tsx?$/,
/\.e2e\.tsx?$/,
/\.d\.ts$/,
/[\\/](?:__tests__|tests|test-utils)[\\/]/,