houdini/javascripts/src/components/common/__snapshots__/ScreenReaderOnlyText.spec.tsx.snap

21 lines
355 B
Text
Raw Normal View History

// 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>
`;