kamaral
kamaral
Same here on Node 12 and supertest 4.0.2. trustLocalHost() no longer exists and setting process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0 does not work.
I was able to solve this with the solution in [this github issue](https://github.com/axios/axios/issues/1180). I solved it by adding testEnvironment: 'node', to jest.config.js file (in addition to the process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0...
@israelKusayev Thanks! How do you do this for one level with entities currently?