diff --git a/desktop/app/src/dispatcher/__tests__/handleOpenPluginDeeplink.node.tsx b/desktop/app/src/dispatcher/__tests__/handleOpenPluginDeeplink.node.tsx index 397e56683..81fcc710d 100644 --- a/desktop/app/src/dispatcher/__tests__/handleOpenPluginDeeplink.node.tsx +++ b/desktop/app/src/dispatcher/__tests__/handleOpenPluginDeeplink.node.tsx @@ -18,9 +18,11 @@ import { usePlugin, createState, useValue, + DevicePluginClient, } from 'flipper-plugin'; import {parseOpenPluginParams} from '../handleOpenPluginDeeplink'; import {handleDeeplink} from '../../deeplink'; +import {selectPlugin} from '../../reducers/connections'; test('open-plugin deeplink parsing', () => { const testpayload = 'http://www.google/?test=c o%20o+l'; @@ -118,3 +120,156 @@ test('Triggering a deeplink will work', async () => {
+ + + + ++ Hello +
++ Hello +
+