mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Revert "Check generated Jest snap file" (#3984)
* Revert "Remove Arduino as a language (#3933)" This reverts commit8e628ecc36. * Revert "Check generated Jest snap file (#3874)" This reverts commitca714340e8.
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
exports[`test renders regular button 1`] = `
|
||||
<View
|
||||
accessibilityComponentType={undefined}
|
||||
accessibilityLabel={undefined}
|
||||
accessibilityTraits={undefined}
|
||||
accessible={true}
|
||||
hitSlop={undefined}
|
||||
onLayout={undefined}
|
||||
onResponderGrant={[Function]}
|
||||
onResponderMove={[Function]}
|
||||
onResponderRelease={[Function]}
|
||||
onResponderTerminate={[Function]}
|
||||
onResponderTerminationRequest={[Function]}
|
||||
onStartShouldSetResponder={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"borderRadius": 2,
|
||||
"opacity": 1,
|
||||
}
|
||||
}
|
||||
testID={undefined}>
|
||||
<View
|
||||
style={
|
||||
Object {
|
||||
"alignSelf": "center",
|
||||
"zIndex": 999,
|
||||
}
|
||||
} />
|
||||
Test
|
||||
</View>
|
||||
`;
|
||||
@@ -115,8 +115,5 @@ class TestGenerated < Minitest::Test
|
||||
|
||||
# PostScript
|
||||
generated_sample_loading_data("PostScript/lambda.pfa")
|
||||
|
||||
# Jest snap
|
||||
generated_fixture_without_loading_data("Data/__snapshots__/Button.ios.js.snap")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user