Sudoku-solver: most functional tests fail

Tell us what’s happening:
Describe your issue in detail here.

I have spent hours trying to find why most functional tests fail. I don’t see it. The functionality in the browser seems correct. Does this mean that the tests themselves are wrong? I would really appreciate if someone could help me.

Your project link(s)

solution: https://replit.com/@dmikes/sudoku
githubLink: GitHub - danmikes/sudoku: A boilerplate for a freeCodeCamp project.

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.115 Safari/537.36

Challenge: Sudoku Solver

Link to the challenge:

There must actually be something wrong in the code. It doesn’t handle many errors from checks correctly. Should one make error also an array, like for conflicts?

Somehow I managed to pass all tests!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.