File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,13 +184,14 @@ Commands run on the remediated branch (Node 24.14.1):
184184
185185``` text
186186npm run lint # eslint (js + vue) and cspell: clean
187- npm test # karma: TOTAL: 6 FAILED, 1048 SUCCESS
187+ npm test # karma: TOTAL: 1061 SUCCESS (67 skipped)
188188```
189189
190- Baseline on ` master ` (` a4aae41af ` ): ` TOTAL: 6 FAILED, 969 SUCCESS ` . The same
191- six specs fail on both runs (Object API search x4, Image Exporter x1,
192- URLIndicator default icon class x1); they are unrelated to this change set and
193- are not modified by it. The branch adds 79 passing specs and no regressions.
190+ Baseline on ` master ` (` a4aae41af ` ): ` TOTAL: 6 FAILED, 969 SUCCESS ` . The six
191+ baseline failures (Object API search x4, Image Exporter x1, URLIndicator
192+ default icon class x1) are environment-sensitive, are not modified by this
193+ change set, and did not reproduce on the final branch run. The branch adds 92
194+ specs and no regressions; the CI ` unit-test ` job passes.
194195
195196### Original prompt
196197
You can’t perform that action at this time.
0 commit comments