build(upgrade): enable bazel tests for upgrade (#21053)
Added missing angular-mocks dependency. PR Close #21053
This commit is contained in:
parent
40dfe39e64
commit
bdee1f4a25
|
@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"])
|
||||||
exports_files([
|
exports_files([
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
"node_modules/angular/angular.js",
|
"node_modules/angular/angular.js",
|
||||||
|
"node_modules/angular-mocks/angular-mocks.js",
|
||||||
])
|
])
|
||||||
|
|
||||||
# This rule belongs in node_modules/BUILD
|
# This rule belongs in node_modules/BUILD
|
||||||
|
|
|
@ -24,9 +24,8 @@ ts_web_test(
|
||||||
bootstrap = [
|
bootstrap = [
|
||||||
"//:angular_bootstrap_scripts",
|
"//:angular_bootstrap_scripts",
|
||||||
"//:node_modules/angular/angular.js",
|
"//: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
|
# do not sort
|
||||||
deps = [
|
deps = [
|
||||||
"//packages/_testing_init:browser",
|
"//packages/_testing_init:browser",
|
||||||
|
|
Loading…
Reference in New Issue