This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d169bd5007
jiti-meet
/
react
/
features
/
base
/
testing
/
index.js
3 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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-03-07 15:23:04 +00:00
export
*
from
'./components'
;
ref(TestHint): render only in test mode Adds the logic to render TestHint only when the test mode is enabled in order to be able to put independent TestHints in other places than the TestConnectionInfo component.
2018-04-18 18:06:04 +00:00
export
*
from
'./functions'
;