replace testing-support-lib with androidx buck targets in RN

Summary: Changelog: [Internal] - codemod testing library Buck redirect to actual dependency

Reviewed By: jiawei-lyu

Differential Revision: D30379180

fbshipit-source-id: eb9a22569230d07732bd0aa63dddfcfff7c3800f
This commit is contained in:
Nicholas Tinsley
2021-08-17 17:17:04 -07:00
committed by Facebook GitHub Bot
parent d3345f5720
commit f971ea9023
5 changed files with 6 additions and 5 deletions
@@ -17,7 +17,8 @@ rn_android_library(
react_native_dep("third-party/android/androidx:test-espresso-core"),
react_native_dep("third-party/java/fest:fest"),
react_native_dep("third-party/java/junit:junit"),
react_native_dep("third-party/java/testing-support-lib:testing-support-lib"),
react_native_dep("third-party/android/androidx:test-rules"),
react_native_dep("third-party/android/androidx:test-runner"),
react_native_integration_tests_target("java/com/facebook/react/testing:testing"),
react_native_integration_tests_target("java/com/facebook/react/testing/rule:rule"),
react_native_target("java/com/facebook/react:react"),