FCC test of tests no passing

Is there a way to know what assertions are the FCC tests expecting to find in my functional tests.
I´ve completed the api routes, the FCC test pass, then I wrote all the 14 functional tests, they work ok on my replit console. But then they don´t pass the FCC test. Can ´t figure out why the FCC test of the tests is not passing.

Your project link(s)

solution: https://replit.com/@jonathanrovner/boilerplate-project-issuetracker

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Challenge: Issue Tracker

Link to the challenge:

If I submit your replit, it passes all tests on FCC.

But if you want to know what FCC is actually testing: freeCodeCamp/issue-tracker.md at main · freeCodeCamp/freeCodeCamp · GitHub

The code to check if the functional tests are implemented is pretty minimal. Most of the work is done inside your replit project in test-runner.js and assertion-analyser.js.

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