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
F6198909: D10818.id36342.diff
Wed, Apr 23, 5:21 PM
F6198907: D10818.id36338.diff
Wed, Apr 23, 5:21 PM
F6198905: D10818.id36331.diff
Wed, Apr 23, 5:21 PM
F6198896: D10818.id36138.diff
Wed, Apr 23, 5:21 PM
F6198894: D10818.id36342.diff
Wed, Apr 23, 5:21 PM
F6198892: D10818.id36338.diff
Wed, Apr 23, 5:21 PM
F6198887: D10818.id36331.diff
Wed, Apr 23, 5:21 PM
F6198884: D10818.id36138.diff
Wed, Apr 23, 5:21 PM
Subscribers

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D10818_2 (branched from master)
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.