mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-09-08 00:42:59 +00:00
Added Jest snapshot test files as generated src (#3572)
This commit is contained in:
committed by
Colin Seymour
parent
e80b92e407
commit
f38d6bd124
Vendored
+15
@@ -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,
|
||||
}
|
||||
}
|
||||
/>
|
||||
`;
|
||||
Reference in New Issue
Block a user