fix: finalize modelByChannel validator landing (#23412) (thanks @ProspectOre)

This commit is contained in:
Peter Steinberger
2026-02-22 10:40:49 +01:00
parent 6dad6a8cd0
commit 9b9cc44a4e
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ const DYNAMIC_TMPDIR_JOIN_RE = /path\.join\(os\.tmpdir\(\),\s*`[^`]*\$\{[^`]*`/;
const RUNTIME_ROOTS = ["src", "extensions"];
const SKIP_PATTERNS = [
/\.test\.tsx?$/,
/\.test-helpers\.tsx?$/,
/\.test-utils\.tsx?$/,
/\.e2e\.tsx?$/,
/\.d\.ts$/,