Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename App-test.tsx to App.test.tsx (#35826)
Summary: The starter test file when creating a `create-react-app` project is `App.test.js`, while in react-native its `App-test.js`_(recently changed to `.tsx` instead of `.js`)_ This aims to unify the naming convention between `create-react-app` and `react-native init`. Originally suggested here: react-native-community/discussions-and-proposals#570 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. Pick one each for the category and type tags: [ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message For more details, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [GENERAL] [CHANGED] - Renamed App-test.tsx to App.test.tsx to unify naming convention with create-react-app Pull Request resolved: #35826 Test Plan: 1. cd template 2. yarn 3. yarn test The test inside `__tests__/App.test.tsx` should (still) pass Reviewed By: cipolleschi Differential Revision: D42527535 Pulled By: NickGerleman fbshipit-source-id: 5247c5a65760973afe39a4b37abb5a6b52c1fadc
- Loading branch information