Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/closure/goog/BUILD.bazel
2868 views
# Only present to allow us to provide the filegroup to the test webserver

filegroup(
    name = "goog",
    srcs = glob([
        "**/*.js",
    ]),
    visibility = [
        "//dotnet/test:__subpackages__",
        "//java/test/org/openqa/selenium/environment:__pkg__",
    ],
)