If you struggle with Metric/Imperial converter: All 16 unit tests are complete and passing

If all your 21 tests are complete and passing but you have this error

    1. All 16 unit tests are complete and passing.
    1. All 5 functional tests are complete and passing.
      You have to make sure to do ‘npm start’ not ‘npm test’ I struggle with this 2H with that LOL don’t be dump like me

If all 21 tests (16 unit and 5 functional) are passing but you’re still getting an error, make sure you’re running the project with npm start instead of npm test. This simple mistake can be frustrating—I spent 2 hours stuck on it, so don’t make the same error!