Metric-Imperial Converter strange test behavior

I’ve just cloned the boilerplate for this project, and did the following:

npm install
NODE_ENV=test node server.js

And stdout looks like:

Screen Shot 2020-04-21 at 1.26.31 AM

There’s no output indicating what’s failing.

None of the other tests seem to be touched, even the ones that have at least one assert.

I tried filling in some of the tests and adding some logic to ConvertHandler, and I got this:

Screen Shot 2020-04-21 at 1.20.00 AM

Not any better really. Any ideas?

Also, the tests at the project description are completely empty. It will accept any URL and say the tests are passing.

1 Like

I’d love to try writing this from scratch, but I want to make sure it’s compatible with FCC’s tester.