Help with resubmitting front end projects to beta.freecodecamp.com

Hey guys i started working on the new beta curriculum and I was trying to resubmit my portfolio and tribute project but I can’t seem to figure out how to get the tests to run as i didn’t use code pen i used my own machine to code on a text editor so i could practice pushing to Github and i used github pages to host the project and submit. On the submit page it gives me a cdn link https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js to build on any project but i cannot seem to figure out what to do and how to get the tests to load. Thanks in advance!

In your index.html add:

<script src="https://gitcdn.link/repo/freeCodeCamp/testable-projects-fcc/master/build/bundle.js"></script>
1 Like