You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: ConvertingcircularstructuretoJSON
--> starting at object with constructor 'Object'
|property'socket'->objectwithconstructor'Object'---property'_httpMessage'closesthecircleatstringify(<anonymous>)
at writeChannelMessage (node:internal/child_process/serialization:159:20)
at process.target._send (node:internal/child_process:838:17)
at process.target.send (node:internal/child_process:738:19)
at reportSuccess (C:\workspace\dev\project1\node_modules\jest-worker\build\workers\processChild.js:82:11)
https://github.com/SAP-samples/cloud-cap-samples/blob/f3a8bd6a96ea1015e6c59b874e8da76dd77d7502/test/custom-handlers.test.js#L13
Hi, quick question - in case of GET,
when GET fails and it is expected in the test:
then I have an error:
Is it possible to use this approach in such case?