Add testonly=1 to javascript/closure BUILD file

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138657820
This commit is contained in:
mcilwain 2016-11-09 10:48:10 -08:00 committed by Ben McIlwain
parent 225f25bf42
commit 218a4b735b

View file

@ -9,6 +9,7 @@ closure_js_library(
closure_js_library(
name = "testing",
testonly = 1,
exports = ["@io_bazel_rules_closure//closure/library:testing"],
)