Skip to content

Commit b16fbec

Browse files
committed
fix: snapshot updated
1 parent ace8cb1 commit b16fbec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

__tests__/__snapshots__/App.snapshot.tsx.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,26 @@ exports[`Component App - test App - snapshot 1`] = `
55
initialRouteName="LoadingApp"
66
screenOptions={
77
{
8+
"animation": "none",
89
"headerShown": false,
910
}
1011
}
1112
>
1213
<MockedScreen
1314
name="LoadingApp"
15+
options={
16+
{
17+
"animation": "none",
18+
}
19+
}
1420
/>
1521
<MockedScreen
1622
name="LoadedApp"
23+
options={
24+
{
25+
"animation": "none",
26+
}
27+
}
1728
/>
1829
</MockedNavigator>
1930
`;

0 commit comments

Comments
 (0)