Are Challenge Test Suites Available Anywhere?

Is there a public fcc repository somewhere that contains the actual code of the challenge test suites?

Thanks

Yes, freeCodeCamp is open source. Why?

I’m just curious whether the actual test suite that corresponds to a challenge could be incorporated into ci/cd or something like that. This way if its coming from the fcc repository I can be sure it’s up to date (is what is actually being used in that challenge), have reliable access to it (its not going to disappear suddenly), and develop in a local environment where I am more comfortable and efficient. Its just an idea. I don’t know if its even would work. [ completely defeated by this point ].

Its fine. I found the repository on github. I’ll just figure it out.

The challenge test suite is part of freeCodeCamp’s own CI to verify that the challenges are working correctly.

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