Is there a way to see which tests are failing in Replit?

I’m working on the tests for metric/imperial conversion. I’ve got checks on everything up to the 16 unit tests and the 5 functional tests. I don’t know how to look at the test suite in replit to see which ones are failing. I tried looking in devtools, but don’t see where the tests are.

Your project link(s)

solution: https://replit.com/@carolmurphy/boilerplate-project-metricimpconverter

Your browser information:

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

Challenge: Metric-Imperial Converter

Link to the challenge:

Had to add NODE_ENV to my environment variables…
Now I can see the tests…

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