Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Typo #480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Fixed Typo

67ba1de
Select commit
Loading
Failed to load commit list.
Open

Fixed Typo #480

Fixed Typo
67ba1de
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.react-native-gallery-PR failed Jul 26, 2024 in 30m 38s

Build #20240726.1 had test failures

Details

Tests

  • Failed: 1 (3.13%)
  • Passed: 31 (96.88%)
  • Other: 0 (0.00%)
  • Total: 32

Annotations

Check failure on line 90 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.react-native-gallery-PR

Build log #L90

Cmd.exe exited with code '1'.

Check failure on line 1 in FlatList Example Page

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.react-native-gallery-PR

FlatList Example Page

Test failed
Raw output
  ● FlatList Example Page

    expect(received).toMatchSnapshot()

    Snapshot name: `FlatList Example Page 1`

    - Snapshot  - 1
    + Received  + 1

    @@ -2013,11 +2013,11 @@
                      "marginBottom": 10,
                      "marginTop": 30,
                    }
                  }
                >
    -             A mutli-column FlatList.
    +             A multi-column FlatList.
                </Text>
                <View
                  style={
                    {
                      "borderColor": "rgb(216, 216, 216)",

      105 | test('FlatList Example Page', () => {
      106 |   const tree = create(<FlatListExamplePage />).toJSON();
    > 107 |   expect(tree).toMatchSnapshot();
          |                ^
      108 | });
      109 |
      110 | test('Flyout Example Page', () => {

      at Object.toMatchSnapshot (__tests__/App-test.js:107:16)

 › 1 snapshot failed.
Snapshot Summary
 › 1 snapshot failed from 1 test suite. Inspect your code changes or re-run jest with `-u` to update them.