Freecodecamp stock price checker error

Tell us what’s happening:
Everything is going fine and complete but I am unable to complete last one

Your project link(s)

githubLink: GitHub - YashkumarNavadiya/stock

Your browser information:

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

Challenge: Stock Price Checker

Link to the challenge:

Do you have a link to the live running code to check test behavior? Basically, it says your functional tests aren’t passing. When you start your server, do you see your tests running in the console, and does it say all 5 tests pass? If any of the tests fail, that would be the cause. If the tests don’t run, you may want to make sure you had enabled the tests with the NODE_ENV variable set to ‘test’.

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