Skip to content

Commit 647e4b5

Browse files
Aghassidavidaghassi
authored andcommitted
chore: add a comment referencing the issue
1 parent 4f5218b commit 647e4b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

js/private/js_binary.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ the contract between Bazel and a test runner.""",
640640
default = Label("//js/private/coverage:merger"),
641641
cfg = "exec",
642642
),
643+
# Solves for the situation where a js_binary is passed to a js_test
644+
# @see https://github.com/aspect-build/rules_js/pull/1486
643645
"_is_test": attr.bool(
644646
default = True
645647
)

0 commit comments

Comments
 (0)