We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0658e29 commit c4885d4Copy full SHA for c4885d4
1 file changed
tests/audit/alt-text/peer-parity.js
@@ -1,4 +1,12 @@
1
-// Audit fixture — peer-plugin parity for `ember/template-require-valid-alt-text`.
+// 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`.
10
// See docs/audit-a11y-behavior.md for the summary of divergences.
11
//
12
// Source files:
0 commit comments