Adding FCC Front End Tests to CodeSandbox

Hi all,

I’ve been using CodeSandbox for the front end certification challenges and have tried adding the FCC tests in the following ways:

  • Adding the test link given on the challenge page as an external resource
  • Adding the fcc-tests package as a dependency
  • Linking the test script manually within index.html

Unfortunately, none of these methods have worked thus far; at best, I have found there to be a div wrapper element added at the end of the page, but this contains nothing except a #shadow-root element. Does anyone know how best to incorporate the tests using CodeSandbox? Thanks.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.