load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "react_native_tests_target", "rn_robolectric_test") rn_robolectric_test( name = "layoutanimation", srcs = glob(["**/*.java"]), contacts = ["oncall+react_native@xmail.facebook.com"], visibility = [ "PUBLIC", ], deps = [ YOGA_TARGET, react_native_dep("third-party/java/fest:fest"), react_native_dep("third-party/java/junit:junit"), react_native_dep("third-party/java/robolectric3/robolectric:robolectric"), react_native_target("java/com/facebook/react/uimanager:uimanager"), ], )