1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +00:00

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"],
)