Skip to content

Commit

Permalink
fix: snapshot updated
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Mar 4, 2025
1 parent ace8cb1 commit b16fbec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions __tests__/__snapshots__/App.snapshot.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,26 @@ exports[`Component App - test App - snapshot 1`] = `
initialRouteName="LoadingApp"
screenOptions={
{
"animation": "none",
"headerShown": false,
}
}
>
<MockedScreen
name="LoadingApp"
options={
{
"animation": "none",
}
}
/>
<MockedScreen
name="LoadedApp"
options={
{
"animation": "none",
}
}
/>
</MockedNavigator>
`;

0 comments on commit b16fbec

Please sign in to comment.