@@ -328,6 +328,7 @@ describe('SidebarUtils', () => {
328328 policy : undefined ,
329329 parentReportAction : undefined ,
330330 oneTransactionThreadReport : undefined ,
331+ card : undefined ,
331332 localeCompare,
332333 } ) ;
333334 const optionDataUnpinned = SidebarUtils . getOptionData ( {
@@ -338,6 +339,7 @@ describe('SidebarUtils', () => {
338339 policy : undefined ,
339340 parentReportAction : undefined ,
340341 oneTransactionThreadReport : undefined ,
342+ card : undefined ,
341343 localeCompare,
342344 } ) ;
343345
@@ -832,6 +834,7 @@ describe('SidebarUtils', () => {
832834 policy : undefined ,
833835 parentReportAction : undefined ,
834836 oneTransactionThreadReport : undefined ,
837+ card : undefined ,
835838 localeCompare,
836839 } ) ;
837840
@@ -890,6 +893,7 @@ describe('SidebarUtils', () => {
890893 policy : undefined ,
891894 parentReportAction : undefined ,
892895 oneTransactionThreadReport : undefined ,
896+ card : undefined ,
893897 localeCompare,
894898 } ) ;
895899
@@ -931,6 +935,7 @@ describe('SidebarUtils', () => {
931935 parentReportAction : undefined ,
932936 lastMessageTextFromReport : 'test message' ,
933937 oneTransactionThreadReport : undefined ,
938+ card : undefined ,
934939 localeCompare,
935940 } ) ;
936941
@@ -965,6 +970,7 @@ describe('SidebarUtils', () => {
965970 parentReportAction : undefined ,
966971 lastMessageTextFromReport : 'test message' ,
967972 oneTransactionThreadReport : undefined ,
973+ card : undefined ,
968974 localeCompare,
969975 } ) ;
970976
@@ -996,6 +1002,7 @@ describe('SidebarUtils', () => {
9961002 parentReportAction : undefined ,
9971003 lastMessageTextFromReport : 'test message' ,
9981004 oneTransactionThreadReport : undefined ,
1005+ card : undefined ,
9991006 localeCompare,
10001007 } ) ;
10011008
@@ -1116,6 +1123,7 @@ describe('SidebarUtils', () => {
11161123 policy,
11171124 parentReportAction : undefined ,
11181125 oneTransactionThreadReport : undefined ,
1126+ card : undefined ,
11191127 localeCompare,
11201128 } ) ;
11211129 const { totalDisplaySpend} = getMoneyRequestSpendBreakdown ( iouReport ) ;
@@ -1158,6 +1166,7 @@ describe('SidebarUtils', () => {
11581166 parentReportAction : undefined ,
11591167 lastMessageTextFromReport : 'test message' ,
11601168 oneTransactionThreadReport : undefined ,
1169+ card : undefined ,
11611170 localeCompare,
11621171 } ) ;
11631172
@@ -1223,6 +1232,7 @@ describe('SidebarUtils', () => {
12231232 policy : undefined ,
12241233 parentReportAction : undefined ,
12251234 oneTransactionThreadReport : undefined ,
1235+ card : undefined ,
12261236 localeCompare,
12271237 } ) ;
12281238
@@ -1265,6 +1275,7 @@ describe('SidebarUtils', () => {
12651275 policy : undefined ,
12661276 parentReportAction : undefined ,
12671277 oneTransactionThreadReport : undefined ,
1278+ card : undefined ,
12681279 localeCompare,
12691280 } ) ;
12701281
@@ -1329,6 +1340,7 @@ describe('SidebarUtils', () => {
13291340 policy : undefined ,
13301341 parentReportAction : undefined ,
13311342 oneTransactionThreadReport : undefined ,
1343+ card : undefined ,
13321344 localeCompare,
13331345 } ) ;
13341346
@@ -1440,6 +1452,7 @@ describe('SidebarUtils', () => {
14401452 policy : undefined ,
14411453 parentReportAction : undefined ,
14421454 oneTransactionThreadReport : undefined ,
1455+ card : undefined ,
14431456 localeCompare,
14441457 } ) ;
14451458
0 commit comments