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
@ -21,6 +21,7 @@ jasmine_node_test(
|
||||
data = [
|
||||
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
|
||||
],
|
||||
shard_count = 4,
|
||||
tags = [
|
||||
"ivy-only",
|
||||
],
|
||||
|
@ -23,6 +23,7 @@ jasmine_node_test(
|
||||
data = [
|
||||
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
|
||||
],
|
||||
shard_count = 4,
|
||||
deps = [
|
||||
":ngtsc_lib",
|
||||
"//tools/testing:node_no_angular",
|
||||
|
Reference in New Issue
Block a user