We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 213aad0 + 29af20d commit 1fca15cCopy full SHA for 1fca15c
1 file changed
tests/unit/SidebarUtilsTest.ts
@@ -950,6 +950,13 @@ describe('SidebarUtils', () => {
950
},
951
actorAccountID: 12345,
952
actionName: CONST.REPORT.ACTIONS.TYPE.MOVED,
953
+ person: [
954
+ {
955
+ type: 'TEXT',
956
+ style: 'strong',
957
+ text: 'f50',
958
+ },
959
+ ],
960
};
961
const reportActions: ReportActions = {[lastAction.reportActionID]: lastAction};
962
await Onyx.set(`${ONYXKEYS.COLLECTION.REPORT}${report.reportID}`, report);
0 commit comments