Explain exactly what this error means, what part of the code caused it, and what the fix should be. Don’t guess. Be precise.
Explain this test failure completely so I can be sure you understand it. Then explain the root cause and exactly how to fix it. After that, apply the fix and rerun only this specific test to confirm it’s resolved.
Explain the problem completely so I can be sure you understand it completely, then implement a solution.
chai w/ spec
let's add the next missing feature from @SPEC.md to this project. make sure you add tests for it that pass (use it.only( to narrow down to those test instead of running the whole suite until they new tests pass, then make sure the whole suite passes