(reactotron)
| 23 | |
| 24 | // the plugin to extract the send function |
| 25 | const plugin: PluginCreator<ReactotronCore> = (reactotron) => { |
| 26 | capturedSend = reactotron.send |
| 27 | return {} |
| 28 | } |
| 29 | |
| 30 | // create the client, add the plugin, and connect |
| 31 | const client = createClient({ |
no outgoing calls
no test coverage detected