123456789101112131415161718192021222324 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
-
- exports[`renders correctly 1`] = `
- <Text
- style={
- [
- {
- "color": "#11181C",
- },
- {
- "fontSize": 16,
- "lineHeight": 24,
- },
- undefined,
- undefined,
- undefined,
- undefined,
- undefined,
- ]
- }
- >
- Snapshot test!
- </Text>
- `;
|