Skip to content

Commit 82022bb

Browse files
committed
docs: correct audit-fixture CI-run claim (Copilot review)
1 parent 98e022d commit 82022bb

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tests/audit/alt-text/peer-parity.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
// Audit fixture — peer-plugin parity for `ember/template-require-valid-alt-text`.
1+
// Audit fixture — translates peer-plugin test cases into assertions against
2+
// our rule (`ember/template-require-valid-alt-text`). Runs as part of the
3+
// default Vitest suite (via the `tests/**/*.js` include glob) and serves
4+
// double-duty: (1) auditable record of peer-parity divergences,
5+
// (2) regression coverage pinning CURRENT behavior. Each case encodes what
6+
// OUR rule does today; divergences from upstream plugins are annotated as
7+
// `DIVERGENCE —`. Peer-only constructs that can't be translated to Ember
8+
// templates (JSX spread props, Vue v-bind, Angular `$event`, undefined-handler
9+
// expression analysis) are marked `AUDIT-SKIP`.
210
// See docs/audit-a11y-behavior.md for the summary of divergences.
311
//
412
// Source files:

0 commit comments

Comments
 (0)