StyledText-test.js.snap 224 B

12345678910111213141516
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders correctly 1`] = `
  3. <Text
  4. style={
  5. Array [
  6. undefined,
  7. Object {
  8. "fontFamily": "space-mono",
  9. },
  10. ]
  11. }
  12. >
  13. Snapshot test!
  14. </Text>
  15. `;