build(upgrade): enable bazel tests for upgrade (#21053)

Added missing angular-mocks dependency.

PR Close #21053
This commit is contained in:
Misko Hevery 2017-12-17 21:12:09 -08:00 committed by Igor Minar
parent 40dfe39e64
commit bdee1f4a25
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"])
exports_files([
"tsconfig.json",
"node_modules/angular/angular.js",
"node_modules/angular-mocks/angular-mocks.js",
])
# This rule belongs in node_modules/BUILD

View File

@ -24,9 +24,8 @@ ts_web_test(
bootstrap = [
"//:angular_bootstrap_scripts",
"//:node_modules/angular/angular.js",
"//:node_modules/angular-mocks/angular-mocks.js",
],
# dissable since tests are running but not yet passing
tags = ["manual"],
# do not sort
deps = [
"//packages/_testing_init:browser",