Added Jest snapshot test files as generated src (#3572)

This commit is contained in:
Hank Brekke
2017-04-20 02:58:39 -05:00
committed by Colin Seymour
parent e80b92e407
commit f38d6bd124
3 changed files with 31 additions and 2 deletions

15
test/fixtures/Data/Jest.js.snap vendored Normal file
View File

@@ -0,0 +1,15 @@
// 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,
}
}
/>
`;