Closed Laimiux closed 2 years ago
Replacing tasks.withType(Test) {} with tasks.withType(Test).configureEach. This fixes an integration issue with Paparazzi screenshot testing library https://github.com/cashapp/paparazzi/issues/410
tasks.withType(Test) {}
tasks.withType(Test).configureEach
Thanks!
Replacing
tasks.withType(Test) {}
withtasks.withType(Test).configureEach
. This fixes an integration issue with Paparazzi screenshot testing library https://github.com/cashapp/paparazzi/issues/410