Quality Assurance Projects - Issue Tracker

Tell us what’s happening:
the app works as expectet the app.js runs without errors but it won’t pass on freecodecamp. Do i need to right the tests on 2_functional-tests.js or use bongodb, to see the results on freecodecamp?

Your project link(s)

solution: boilerplate-project-issuetracker - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36

Challenge: Quality Assurance Projects - Issue Tracker

Link to the challenge:

Yes, the functional tests should be passing.

Do you have to use a DB? Maybe not but I can’t guarantee you won’t run into issues.

But it doesn’t really make sense not to practice using MongoDB/Mongoose with these challenges as that is half the point of them (Node/Express is one half, and the DB is the other half).

If they should pass then the only problem is that i don’t use db (probable required).
The challenge didn’t mention anything about db and i didn’t want to add dependencies that might ruin the ffc tests.

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