Tash
09/10/2021, 10:15 PMmutableStateOf
s or other snapshot state APIs outside of an Android integration test?
We are defining some models with snapshot state APIs that we would like to just have unit tests for, since we don’t have CI infra set up for Android integration tests.Zach Klippenstein (he/him) [MOD]
09/10/2021, 11:38 PMAdam Powell
09/10/2021, 11:50 PMsnapshotFlow {}
and Snapshot.withMutableSnapshot {}
for this frequentlyAdam Powell
09/10/2021, 11:51 PMTash
09/11/2021, 12:03 AMsnapshotFlow {}
in a unit test scenario now 🙏🏼Adam Powell
09/11/2021, 12:06 AM