Metric-Imperial Converter

HI, I have passed all the tests but I am not able to complete this
Please help

Did you add the required NODE_ENV=test environment variable?

You may also have to add .keepOpen() after each .request(server)

chai
  .request(server)
  .keepOpen()

When I add that, and the environment variable, your code passes the tests.

Thank You very much
now it’s working.