Paparazzi - I'm testing a composable with ```val a...
# squarelibraries
j
Paparazzi - I'm testing a composable with
Copy code
val animatedImage = AnimatedImageVector.animatedVectorResource(R.drawable.avd_check)
that results into
java.lang.NullPointerException: res.getXml(resId) must not be null
How can I fix/mock that? Thx