build(bazel): back out of @bazel/jasmine 0.27.7 with shard count (#29444)

PR Close #29444
This commit is contained in:
Greg Magolan
2019-03-21 11:54:40 -04:00
committed by Kara Erickson
parent dc10355d61
commit 861d6f1523
5 changed files with 5 additions and 8 deletions

View File

@ -21,7 +21,6 @@ jasmine_node_test(
data = [
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
],
shard_count = 4,
tags = [
"ivy-only",
],

View File

@ -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",