You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to ensure new variants of the many <component>::storage::ValueImpl enums are only ever appended to the existing ones. Providing snapshot tests for every variant will help ensure this (as well as helping ensure existing variants don't change).
We should also provide a snapshot test for each variant of the top-level StoredValue enum too, for the same reasons.
The text was updated successfully, but these errors were encountered:
We need to ensure new variants of the many
<component>::storage::ValueImpl
enums are only ever appended to the existing ones. Providing snapshot tests for every variant will help ensure this (as well as helping ensure existing variants don't change).We should also provide a snapshot test for each variant of the top-level
StoredValue
enum too, for the same reasons.The text was updated successfully, but these errors were encountered: