Skip to content

Commit

Permalink
Convert remaining targets to wrapper
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Differential Revision: D28479823

fbshipit-source-id: 997c6ac137d85d22ee5052d69dae006a1a0a7aac
  • Loading branch information
Joshua Selbo authored and facebook-github-bot committed May 21, 2021
1 parent cd4bebb commit 0aa1aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/src/test/java/com/facebook/react/bridge/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rn_android_library(
],
deps = [
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
react_native_dep("third-party/java/robolectric/4.4:robolectric"),
react_native_dep("third-party/java/robolectric:robolectric"),
react_native_target("java/com/facebook/react/bridge:bridge"),
react_native_target("java/com/facebook/react/uimanager:uimanager"),
react_native_tests_target("java/org/mockito/configuration:configuration"),
Expand Down
2 changes: 1 addition & 1 deletion tools/build_defs/oss/rn_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def rn_robolectric_test(name, srcs, vm_args = None, *args, **kwargs):

kwargs["deps"] = kwargs.pop("deps", []) + [
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
react_native_dep("third-party/java/robolectric/4.4:robolectric"),
react_native_dep("third-party/java/robolectric:robolectric"),
react_native_tests_target("resources:robolectric"),
react_native_xplat_dep("libraries/fbcore/src/test/java/com/facebook/powermock:powermock2"),
]
Expand Down

0 comments on commit 0aa1aa6

Please sign in to comment.