Anderson Danilo

Results 14 comments of Anderson Danilo

While the PR is not merged, an workarround to get the same file can be: ``` jest --coverage --testResultsProcessor=my-results-processor.js ``` my-results-processor.js ```js const { writeFileSync } = require('fs') const {...

To me, doing the solution proposed in this same thread, resolved the issue: https://stackoverflow.com/a/70974248/4176026 > I too am having the same issue. > > I upgraded the compileSdk & targetSDK...

i had this same problem note: i am using a windows client and a linux server

FYI: I was testing with a **redis** connection and it worked, i created the proxy like that: ``` ./crapify start --port 7070 --speed 1000 ``` Let this port forwarding the...