mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Migrate react-native Android tests to Robolectric v4 (#28927)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/28927 Changelog: [Android] [Changed] Test Modernization Reviewed By: mdvacca Differential Revision: D21598788 fbshipit-source-id: 6fd9c30220d6d69cc68f13bf1f5ad5a4bc2b039a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6f75065d82
commit
6a78b32878
@@ -1,4 +1,4 @@
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_android_toplevel_dep", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "configuration",
|
||||
@@ -7,6 +7,6 @@ rn_android_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
react_native_dep("third-party/java/mockito:mockito"),
|
||||
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user