react-native-wear-connectivity icon indicating copy to clipboard operation
react-native-wear-connectivity copied to clipboard

Add instrumentation coverage for WearConnectivity module

Open fabOnReact opened this issue 5 months ago • 0 comments

Summary

  • configure the Android library to use AndroidJUnitRunner and include AndroidX test and Mockito dependencies
  • add instrumentation coverage for WearConnectivityModule messaging and file transfer flows by mocking the underlying Wearable clients

Testing

  • ./gradlew -p ../../android assembleAndroidTest (fails: Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because the Android Gradle Plugin 7.2.1 is incompatible with the Gradle wrapper version)

https://chatgpt.com/codex/tasks/task_e_68fbceb94cd483208150d2f946e24c34

fabOnReact avatar Oct 24 '25 19:10 fabOnReact