mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Update deeplink-schema-match.test.js
This commit is contained in:
parent
45f254ef36
commit
0dc694b62d
@ -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…
Reference in New Issue
Block a user