I’m working on the responsive web design projects. At the end of the project it says:
“Once you’re done, submit the URL to your working project with all its tests passing.”
How do I know if the tests are passing?
I’m working on the responsive web design projects. At the end of the project it says:
“Once you’re done, submit the URL to your working project with all its tests passing.”
How do I know if the tests are passing?
Hi!
You can add the test script to the page on codepen by adding
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
to the HTML. This will import the tests to your project…
You will then be able to select and Run the test-suite for the project (say Tribute Page test suite etc.). Then you can see the ones which pass/fail
Hope that helps!
Also, welcome to the forum!
PS. If you get a few failed unit tests and can’t figure out why, do look out for minor typos - those are super common!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.