Skip to content

Commit

Permalink
build(bazel): back out of @bazel/jasmine 0.27.7 with shard count (#29444
Browse files Browse the repository at this point in the history
)

PR Close #29444
  • Loading branch information
gregmagolan authored and kara committed Mar 21, 2019
1 parent dc10355 commit 861d6f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"@angular-devkit/core": "^7.3.2",
"@angular-devkit/schematics": "^7.3.2",
"@angular/bazel": "file:./tools/npm/@angular_bazel",
"@bazel/jasmine": "0.27.7",
"@bazel/jasmine": "0.26.0",
"@bazel/karma": "0.27.7",
"@bazel/typescript": "0.27.7",
"@microsoft/api-extractor": "^7.0.21",
Expand Down
1 change: 0 additions & 1 deletion packages/compiler-cli/test/compliance/BUILD.bazel
Expand Up @@ -21,7 +21,6 @@ jasmine_node_test(
data = [
"//packages/compiler-cli/test/ngtsc/fake_core:npm_package",
],
shard_count = 4,
tags = [
"ivy-only",
],
Expand Down
1 change: 0 additions & 1 deletion packages/compiler-cli/test/ngtsc/BUILD.bazel
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion packages/core/test/BUILD.bazel
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -127,10 +127,10 @@
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.9.0.tgz#fd60023acd36313d304cc2f8c2e181b88b5445cd"
integrity sha512-E31cefDcdJsx/oii6p/gqKZXSVw0kEg1O73DD2McFcSvnf/p1GYWcQtVgdRQmlviBEytJkJgdX8rtThitRvcow==

"@bazel/jasmine@0.27.7":
version "0.27.7"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-0.27.7.tgz#3b57a733d30e3786d13f124d25b50d938e5d5187"
integrity sha512-neFY+H6QYuysTAmtIXkF8aAFf1/aRABwZyLUI6Q5eODRegm5udZ1nqcxPB/wdGtENdpkaKVUr9B4YkaJsiiwIg==
"@bazel/jasmine@0.26.0":
version "0.26.0"
resolved "https://registry.yarnpkg.com/@bazel/jasmine/-/jasmine-0.26.0.tgz#f7aed169b057b5af547d2573657b394ecbda0b5d"
integrity sha512-lkvzPHdbSEe1zitnV1hIBwodriXqp/ClHSZQJ5Y486UaLQ6Sm7k7gV2phOwtg7LqLVZnElZDmFLSI0/O1UYYyQ==
dependencies:
jasmine "~3.3.1"

Expand Down

0 comments on commit 861d6f1

Please sign in to comment.