paweldomas 4d942440db feat: add TestConnectionInfo for mobile
Adds TestConnectionInfo component which exposes some internal app state
to the jitsi-meet-torture through the UI accessibility layer. This
component will render only if config.testing.testMode is set to true.
2018-04-10 16:43:12 -05:00

3 lines
120 B
JavaScript

export { default as TestConnectionInfo } from './TestConnectionInfo';
export { default as TestHint } from './TestHint';