How to use bundle.js on projects?

Hi @s_coder

All you need to do is include the file in a script tag on the main page of your project.

So, just before the closing body tag </body> add: <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>.

The file will inject some html and allow you to chose which project to run the tests against.

4 Likes