build(bazel): back out of @bazel/jasmine 0.27.7 with shard count (#29444)
PR Close #29444
This commit is contained in:

committed by
Kara Erickson

parent
dc10355d61
commit
861d6f1523
@ -21,7 +21,6 @@ jasmine_node_test(
|
||||
data = [
|
||||
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
|
||||
],
|
||||
shard_count = 4,
|
||||
tags = [
|
||||
"ivy-only",
|
||||
],
|
||||
|
@ -23,7 +23,6 @@ jasmine_node_test(
|
||||
data = [
|
||||
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
|
||||
],
|
||||
shard_count = 4,
|
||||
deps = [
|
||||
":ngtsc_lib",
|
||||
"//tools/testing:node_no_angular",
|
||||
|
@ -58,7 +58,6 @@ 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