You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ThemedText-test.tsx.snap 338B

123456789101112131415161718192021222324
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders correctly 1`] = `
  3. <Text
  4. style={
  5. [
  6. {
  7. "color": "#11181C",
  8. },
  9. {
  10. "fontSize": 16,
  11. "lineHeight": 24,
  12. },
  13. undefined,
  14. undefined,
  15. undefined,
  16. undefined,
  17. undefined,
  18. ]
  19. }
  20. >
  21. Snapshot test!
  22. </Text>
  23. `;