Page MenuHomePhabricator

[lib] Add `threadInfoFromRawThreadInfo` test to `thread-utils.test`
ClosedPublic

Authored by atul on Jan 25 2024, 11:18 AM.
Tags
None
Referenced Files
F3351276: D10818.diff
Sat, Nov 23, 12:46 AM
Unknown Object (File)
Tue, Oct 29, 11:20 PM
Unknown Object (File)
Mon, Oct 28, 12:50 AM
Unknown Object (File)
Oct 15 2024, 9:35 PM
Unknown Object (File)
Oct 15 2024, 9:35 PM
Unknown Object (File)
Oct 15 2024, 9:35 PM
Unknown Object (File)
Oct 15 2024, 9:35 PM
Unknown Object (File)
Oct 15 2024, 9:35 PM
Subscribers

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested review of this revision.Jan 25 2024, 11:37 AM
ashoat added inline comments.
lib/shared/thread-utils.test.js
77 ↗(On Diff #36138)

Should we use threadTypes?

This revision is now accepted and ready to land.Jan 25 2024, 5:45 PM
lib/shared/thread-utils.test.js
77 ↗(On Diff #36138)

Yeah, I think @ginsu recently had a diff where he also cut/paste from Redux and we decided to use threadTypes instead of the "raw" number. Will update this diff.