Skip to content

Commit

Permalink
fix: update defaults.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Dec 27, 2024
1 parent 6e39b56 commit aa803f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def karma_web_test_suite(name, **kwargs):

kwargs["tags"] = ["native"] + kwargs.get("tags", [])
kwargs["browsers"] = [
"@npm//@angular/build-tooling/bazel/browsers/chromium:chromium",
"@io_bazel_rules_webtesting//browsers:chromium-local",
]

# Filter out options which are specific to "karma_web_test" targets. We cannot
Expand Down

0 comments on commit aa803f7

Please sign in to comment.