mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Added Jest snapshot test files as generated src (#3572)
This commit is contained in:
committed by
Colin Seymour
parent
e80b92e407
commit
f38d6bd124
15
test/fixtures/Data/Jest.js.snap
vendored
Normal file
15
test/fixtures/Data/Jest.js.snap
vendored
Normal 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,
|
||||
}
|
||||
}
|
||||
/>
|
||||
`;
|
||||
@@ -79,9 +79,12 @@ class TestGenerated < Minitest::Test
|
||||
generated_fixture_loading_data("Data/sourcemap.v3.map")
|
||||
generated_fixture_loading_data("Data/sourcemap.v1.map")
|
||||
|
||||
# Yarn locfile
|
||||
# Yarn lockfile
|
||||
generated_fixture_loading_data("Data/yarn.lock")
|
||||
|
||||
# Jest snapshot test
|
||||
generated_fixture_loading_data("Data/Jest.js.snap")
|
||||
|
||||
# Specflow
|
||||
generated_fixture_without_loading_data("Features/BindingCulture.feature.cs")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user