Problem
Commit 13eb66d ("Add beginner onboarding guidance") rewrote the README, and the binding count stated in the documentation no longer matches what the test expects. The documentation.test.mjs test suite fails on:
FAIL README.md says "all 97 bindings"
got false, wanted something truthy
The README now claims a binding count (or uses wording) that doesn't match the assertion in the documentation test. This is likely because the rewrite changed the phrasing or the number, while the test still expects the old form.
Evidence
106 files · 7564 passed, 1 failed
CI run: https://github.com/SYKhayyat/ksav/actions/runs/33024821831
Suggested fix
Check what the README now says about bindings, update the test assertion to match the current count and wording, or restore the original wording if the old number was correct.
Problem
Commit
13eb66d("Add beginner onboarding guidance") rewrote the README, and the binding count stated in the documentation no longer matches what the test expects. Thedocumentation.test.mjstest suite fails on:The README now claims a binding count (or uses wording) that doesn't match the assertion in the documentation test. This is likely because the rewrite changed the phrasing or the number, while the test still expects the old form.
Evidence
CI run: https://github.com/SYKhayyat/ksav/actions/runs/33024821831
Suggested fix
Check what the README now says about bindings, update the test assertion to match the current count and wording, or restore the original wording if the old number was correct.