There is no distinction between writing disk snapshots vs literate snapshots. It's the same flag/mode. The pioneer here, Jest, works like this: --update-snapshot or -u
For Selfie, I think the default should be:
- if environment variable
CI is set to true -> READ
- else ->
WRITE
- if environment variable or system property
selfie is set to either read or write, then that overrides the behavior above
There is no distinction between writing disk snapshots vs literate snapshots. It's the same flag/mode. The pioneer here, Jest, works like this:
--update-snapshotor-uFor Selfie, I think the default should be:
CIis set totrue->READWRITEselfieis set to eitherreadorwrite, then that overrides the behavior above