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:
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:
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.