mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 06:04:17 -05:00
console.logs and errors are only reported during the first evaluation of the user's code. This is because the code is evaluated for each test, but the logs will not change between the build phases of the tests. Errors thrown during testing (except failing assertions) are always reported. This is to inform the user that their code is faulty, rather than that it does not meet the challenge's requirements.