Running detox 17.4.3 with Jest-Circus as the test runner I am running into the following error using an iOS simulator.
detox[18766] WARN: [Client.js/PENDING_REQUESTS] App has not responded to the network requests below:
(id = -1000) isReady: {}
Unresponded network requests might result in timeout errors in Detox tests.
Here are the versions of Jest in my package.json.
"jest": "^26.4.1",
"jest-circus": "^26.4.1",
Any ideas how I can debug this further or a fix?