Open
Description
Hello I am having issues using chai and chai-http with nodejs version 20.17.0 using type: module.
Current libraries version: "chai": "^5.1.1", "chai-http": "^5.0.0" and "mocha": "^10.7.3".
Look my test files:
Now look the output:
How the second test (BAD_REQUEST) fails if it has the same configuration of the first test (OK)?
Also I imported chai-http with 'chai-http/index.js' to avoid the WARNING deprecation, but chai.request is not define.