21 lines
355 B
Text
21 lines
355 B
Text
![]() |
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`ScreenReaderOnlyText renders properly 1`] = `
|
||
|
<span
|
||
|
style={
|
||
|
Object {
|
||
|
"border": 0,
|
||
|
"clip": "rect(0,0,0,0)",
|
||
|
"height": "1px",
|
||
|
"margin": "-1px",
|
||
|
"overflow": "hidden",
|
||
|
"padding": 0,
|
||
|
"position": "absolute",
|
||
|
"width": "1px",
|
||
|
}
|
||
|
}
|
||
|
>
|
||
|
Test
|
||
|
</span>
|
||
|
`;
|