Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jasmine to ~4.0 as otherwise sharded tests never fail. ``` yarn bazel test //ng-dev/release/publish/test:test INFO: Analyzed target //ng-dev/release/publish/test:test (327 packages loaded, 9590 targets configured). INFO: Found 1 test target... Target //ng-dev/release/publish/test:test up-to-date: dist/bin/ng-dev/release/publish/test/test.sh dist/bin/ng-dev/release/publish/test/test_loader.js dist/bin/ng-dev/release/publish/test/test_require_patch.js INFO: Elapsed time: 6.978s, Critical Path: 0.04s INFO: 1 process: 1 internal. INFO: Build completed successfully, 1 total action //ng-dev/release/publish/test:test (cached) PASSED in 5.6s Stats over 6 runs: max = 5.6s, min = 2.5s, avg = 4.5s, dev = 1.4s Executed 0 out of 1 test: 1 test passes. INFO: Build completed successfully, 1 total action ➜ dev-infra git:(breaking-changes-logs) ✗ yarn add jasmine@~4.0.0 --dev ➤ YN0000: Done with warnings in 2s 87ms ➜ dev-infra git:(breaking-changes-logs) ✗ yarn bazel test //ng-dev/release/publish/test:test INFO: Analyzed target //ng-dev/release/publish/test:test (349 packages loaded, 9911 targets configured). INFO: Found 1 test target... FAIL: //ng-dev/release/publish/test:test (shard 4 of 6) (see /private/var/tmp/_bazel_alanagius/c1aa91bd594ada81591526950a169e56/execroot/dev-infra/bazel-out/darwin-fastbuild/testlogs/ng-dev/release/publish/test/test/shard_4_of_6/test.log) ```
- Loading branch information