I would like to test my react project using the unit testing in a test bundle url: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
. I don’t see the check mark for unit tests in the tool panel and I don’t see it anywhere else. I also don’t know how to run the tests against my project to see if they are passing. Not sure how to proceed, as I have searched forum information and I haven’t come across someone that needed to do this specifically.
When you run unit tests, be sure to have the console open and you’ll see whether your tests pass or fail.