Am building tribute page. Instructions say “submit the URL to your working project with all its tests passing.”
How do I run the test to see if I passed?
Am building tribute page. Instructions say “submit the URL to your working project with all its tests passing.”
How do I run the test to see if I passed?
You have to include the script.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
The instructions provide you with the answer to your question.
You can build your project by forking this CodePen pen. Or you can use this CDN link to run the tests in any environment you like: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js.
thanks ser that worked