build: enable shard_count for some jasmine tests that have many specs (#29375)
PR Close #29375
This commit is contained in:

committed by
Matias Niemelä

parent
603df13b14
commit
7c4afb0da7
@ -58,6 +58,7 @@ ts_library(
|
||||
jasmine_node_test(
|
||||
name = "test",
|
||||
bootstrap = ["angular/tools/testing/init_node_spec.js"],
|
||||
shard_count = 4,
|
||||
deps = [
|
||||
":test_lib",
|
||||
":test_node_only_lib",
|
||||
|
Reference in New Issue
Block a user