Skip to content

Commit 35f826c

Browse files
committed
build: fix missing dependency for spec bundling
The beasties JS sources weren't available for bundling in the `bazel-bin`, and this surfaced in RBE. This commit fixes this.
1 parent 37ff978 commit 35f826c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular/ssr/test/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ spec_bundle(
2424
name = "esm_tests_bundled",
2525
deps = [
2626
":unit_test_lib",
27+
"//packages/angular/ssr/third_party/beasties:beasties_bundled",
2728
],
2829
)
2930

0 commit comments

Comments
 (0)