Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
converted JavaScriptModuleRegistryTest java file to kotlin (#38143)
Summary: Helping in [Kotlin-ify React Native tests](#37708), Converted [react/bridge/JavaScriptModuleRegistryTest.java](https://github.com/facebook/react-native/tree/main/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/bridge/JavaScriptModuleRegistryTest.java) to kotlin file ## 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 --> [INTERNAL] [CHANGED] - `JavaScriptModuleRegistryTest.java` file migrated from java to kotlin Pull Request resolved: #38143 Test Plan: Tests should pass ``` ./gradlew :packages:react-native:ReactAndroid:test ``` Reviewed By: NickGerleman Differential Revision: D47164993 Pulled By: mdvacca fbshipit-source-id: 6aee2bcb2766fc2e6d68f4df272aaafb9c65bdcb
- Loading branch information