Codesandbox is my one of the favorite online code editor. So, I want to use CodeSandbox to complete my FCC project.
If it possible, then how can I use FCC Test Suite in CodeSandbox?
Codesandbox is my one of the favorite online code editor. So, I want to use CodeSandbox to complete my FCC project.
If it possible, then how can I use FCC Test Suite in CodeSandbox?
All you have to do is link the js script in your head:
https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
I am a huge fan of codeAnywhere, both for testing stuff and for development – and I use their IDE most of the time now. I was truly glad to see that I wasn’t stuck building complex projects in CodePen.
And yes, simply include the link to the bundle.js that @Tirjasdyn gave, works a treat!