Skip to content

Commit 4f5218b

Browse files
authored
Update js/private/js_binary.bzl
1 parent 426bdab commit 4f5218b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

js/private/js_binary.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,9 @@ the contract between Bazel and a test runner.""",
640640
default = Label("//js/private/coverage:merger"),
641641
cfg = "exec",
642642
),
643-
"_is_test": True
643+
"_is_test": attr.bool(
644+
default = True
645+
)
644646
}),
645647
test = True,
646648
toolchains = js_binary_lib.toolchains,

0 commit comments

Comments
 (0)