Closed theengineear closed 9 months ago
FYI @klebba — not sure if any of the recent version bumps / changes may have caused this.
Can you include your node & npm versions?
This appears to be related to server.js
not knowing what to do with http://127.0.0.1:8080/test/?x-test-run-coverage
— it's confused by the query param. Easy fix!
When trying to run tests locally via
npm test
, I am currently getting the following:There are two problems here:
0
) command exit which hides the problem from tooling.Mostly (2) is the thing that needs to be fixed.