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.
3 lines
120 B
JavaScript
3 lines
120 B
JavaScript
export { default as TestConnectionInfo } from './TestConnectionInfo';
|
|
export { default as TestHint } from './TestHint';
|