Files
linguist/test/fixtures/Data/Jest.js.snap

16 lines
247 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`View renders correctly 1`] = `
<View
style={
Object {
"alignItems": "center",
"flex": 1,
"margin": 40,
"paddingLeft": 10,
"paddingRight": 10,
}
}
/>
`;