Skip to content

README rewrite in 13eb66d broke the binding count assertion in documentation.test.mjs #10

Description

@SYKhayyat

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions