How do I do the test of the project I just created?
If created your project on codepen, the FCC test script is there when you fork the pen. If you deleted it for some reason add this to the top of the HTML section;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
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.
Additional information even though you didn’t ask for it;
- The test script should be included, with all tests passing, when you submit your projects.
- If any tests fail, click the red button to see which test(s) are failing and text to help you correct the issue. (Be sure and read more than just the first line of the failing message.)
1 Like
Thank you very much!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.