Adds validators for RawThreadInfo and nested types. The example thread info in tests is taken from the app but it's cut a bit so it's shorter.
Depends D7567
Differential D7569
[lib] Introduce raw thread info validators michal on Apr 21 2023, 8:12 AM. Authored by Tags None Referenced Files
Details
Adds validators for RawThreadInfo and nested types. The example thread info in tests is taken from the app but it's cut a bit so it's shorter. Depends D7567 Run yarn jest
Diff Detail
Event TimelineComment Actions Could we add a test where avatar is not defined (RawThreadInfo doesn't have this field at all, not just it is set to null or undefined).
Comment Actions
The existing thread example already doesn't have avatar defined.
|