mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update deeplink-schema-match.test.js
This commit is contained in:
parent
45f254ef36
commit
0dc694b62d
1 changed files with 0 additions and 5 deletions
|
@ -65,11 +65,6 @@ describe('unit - DeepLinkSchemaMatch', function () {
|
|||
);
|
||||
});
|
||||
|
||||
it('isSafelloRedirect', () => {
|
||||
assert.ok(DeeplinkSchemaMatch.isSafelloRedirect({ url: 'bluewallet:?safello-state-token=TEST' }));
|
||||
assert.ok(!DeeplinkSchemaMatch.isSafelloRedirect({ url: 'bluewallet:' }));
|
||||
});
|
||||
|
||||
it('navigationForRoute', async () => {
|
||||
const events = [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue