You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: consolidate strict-503 skip-message matcher into a shared helper
The "candidate fixture(s) skipped by sequence/turn state" regex was duplicated
10x across test files, each re-encoding the message built by
strictNoMatchMessage in src/helpers.ts. Move it to a single
SKIPPED_BY_STATE_RE in src/__tests__/helpers/strict-matchers.ts with an
import-time drift guard against strictNoMatchMessage(1), and import it at all
former duplication sites.
0 commit comments