Build a JavaScript Calculator - Test Problems

Failing automated assertions for tests that pass when inputted manually.

Ex: 5 + 5 = + 3 and 2 / 7 both work correctly and satisfy the test requirements when inputted manually

Is there any way to see the result that the test suite is seeing? I’m not able to dig in further to see what might be happening when the test is run.

Lesson: https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-javascript-calculator

Thank you!

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