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

This reverts commit f38d6bd124.
This commit is contained in:
Christoph Pojer
2017-04-22 13:20:54 +01:00
committed by Paul Chaignon
parent 59d67d6743
commit 461c27c066
3 changed files with 2 additions and 31 deletions

View File

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