From 48c9b0174f8b513ba6e050eb04ae0d3113142841 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Thu, 16 Jan 2020 00:04:32 -0330 Subject: [PATCH] Add required props for TransactionListItemDetails tests (#7834) --- .../transaction-list-item-details.component.test.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js b/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js index 67e625b0d..2111c890d 100644 --- a/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js +++ b/ui/app/components/app/transaction-list-item-details/tests/transaction-list-item-details.component.test.js @@ -31,6 +31,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} />, { context: { t: (str1, str2) => (str2 ? str1 + str2 : str1) } } @@ -69,6 +72,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} showSpeedUp />, @@ -102,6 +108,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} />, { context: { t: (str1, str2) => (str2 ? str1 + str2 : str1) } } @@ -137,6 +146,9 @@ describe('TransactionListItemDetails Component', () => { const wrapper = shallow( {}} transactionGroup={transactionGroup} />, { context: { t: (str1, str2) => (str2 ? str1 + str2 : str1) } }