add store state email to tests in ShowTransactionLinkInformations

This commit is contained in:
ogerly 2022-03-18 11:28:34 +01:00
parent 63d9e9ab94
commit be387400ca

View File

@ -18,6 +18,11 @@ const createMockObject = (code) => {
$i18n: {
locale: () => 'en',
},
$store: {
state: {
email: 'bibi@bloxberg.de',
},
},
$apollo: {
query: queryTransactionLink,
},