Skip to content

Commit

Permalink
Fix typo App.test.tsx (#38524)
Browse files Browse the repository at this point in the history
Summary:
There was a typo in App.test.tsx, that I noticed when tried to upgrade from 0.71 to 0.72

## Changelog:

Fixed small typo from *shiped* to *shipped*

Pick one each for the category and type tags:

[GENERAL] [FIXED]

Pull Request resolved: #38524

Reviewed By: cortinico

Differential Revision: D47695088

Pulled By: NickGerleman

fbshipit-source-id: 9f74c7f891927be6c0c0f522f0cd51b022fb54f1
  • Loading branch information
IslamRustamov authored and facebook-github-bot committed Jul 24, 2023
1 parent 2b93491 commit 4aa53d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/template/__tests__/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'react-native';
import React from 'react';
import App from '../App';

// Note: import explicitly to use the types shiped with jest.
// Note: import explicitly to use the types shipped with jest.
import {it} from '@jest/globals';

// Note: test renderer must be required after react-native.
Expand Down

0 comments on commit 4aa53d2

Please sign in to comment.