build(bazel): re-enable packages/upgrade/test:test_web test with static_files in ts_web_test_suite (#24214)

PR Close #24214
This commit is contained in:
Greg Magolan
2018-05-30 23:49:37 -07:00
committed by Victor Berchet
parent c17098dae6
commit b18cf21e99
4 changed files with 17 additions and 10 deletions

View File

@ -92,6 +92,16 @@ module.exports = function(config) {
'**/*.js': ['sourcemap'],
},
// Bazel inter-op: Allow tests to request resources from either
// /base/node_modules/path/to/thing
// or
// /base/angular/node_modules/path/to/thing
// This can be removed when all karma tests are run under Bazel, then we
// don't need this entire config file.
proxies: {
'/base/angular/': '/base/',
},
reporters: ['internal-angular'],
sauceLabs: {
testName: 'Angular2',