mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Upgrade instrumentation tests to Mockito2
Summary: Changelog: [Internal] Reviewed By: strulovich Differential Revision: D22673812 fbshipit-source-id: 31cb5a71da58e778e503a47fc92538127e76ce41
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a23596f70f
commit
7c7f09ea60
@@ -1,4 +1,4 @@
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_integration_tests_target", "react_native_target", "rn_android_library")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_android_toplevel_dep", "react_native_dep", "react_native_integration_tests_target", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "testing",
|
||||
@@ -25,7 +25,7 @@ rn_android_library(
|
||||
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_dep("third-party/java/junit:junit"),
|
||||
react_native_dep("third-party/java/mockito:mockito"),
|
||||
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
|
||||
react_native_dep("third-party/java/testing-support-lib:runner"),
|
||||
react_native_integration_tests_target("java/com/facebook/react/testing/idledetection:idledetection"),
|
||||
react_native_integration_tests_target("java/com/facebook/react/testing/network:network"),
|
||||
|
||||
Reference in New Issue
Block a user