TST: test for buyBitcoin safello deeplink

This commit is contained in:
Overtorment 2020-08-10 17:42:15 +01:00
parent ae0e016401
commit 63613341d1

View file

@ -151,6 +151,19 @@ describe('unit - DeepLinkSchemaMatch', function () {
},
],
},
{
argument: {
url: 'bluewallet:?safello-state-token=TEST',
},
expected: [
'BuyBitcoin',
{
safelloStateToken: 'TEST',
uri: 'bluewallet:?safello-state-token=TEST',
wallet: undefined,
},
],
},
];
const asyncNavigationRouteFor = async function (event) {