mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
TST: test for buyBitcoin safello deeplink
This commit is contained in:
parent
ae0e016401
commit
63613341d1
1 changed files with 13 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue