I\'m testing a nodejs app. Where I find this error when I run the test. The test script is below:
.expect( (res) => { expect(res.headers[\'x-auth\']).toE
If you are using Jest you can also use 'toBeDefined()'