mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +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:
@@ -9,6 +9,7 @@ closure_js_library(
|
|||||||
|
|
||||||
closure_js_library(
|
closure_js_library(
|
||||||
name = "testing",
|
name = "testing",
|
||||||
|
testonly = 1,
|
||||||
exports = ["@io_bazel_rules_closure//closure/library:testing"],
|
exports = ["@io_bazel_rules_closure//closure/library:testing"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user