It means you can add script tag with a src attribute set to https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js. This will link your app to the tests.
@salakoNBA, you have a couple of ways of doing the projects.
You can build your project in codepen by clicking on the link provided to fork the codepen pen. When doing this, the test script is already set in the HTML section of codepen.
If you decide to create the project somewhere else (an IDE on your box, repl.it, codesandbox, etc) the you’ll want to copy that CDN link and put it right before the closing body tag. This way you’ll be able to run the tests to ensure that the FCC user stories are met.
The test script should be included, with all tests passing, when you submit your projects.