build(bazel): enable manual ts_web_test_suite tests that require static_files (#24279)
PR Close #24279
This commit is contained in:

committed by
Victor Berchet

parent
b750919ce0
commit
d700a409da
@ -19,7 +19,7 @@ import {ResourceLoaderImpl} from '../../src/resource_loader/resource_loader_impl
|
||||
// will be relative to here, so url200 should look like
|
||||
// static_assets/200.html.
|
||||
// We currently have no way of detecting this.
|
||||
const url200 = '/base/packages/platform-browser/test/browser/static_assets/200.html';
|
||||
const url200 = '/base/angular/packages/platform-browser/test/browser/static_assets/200.html';
|
||||
const url404 = '/bad/path/404.html';
|
||||
|
||||
beforeEach(() => { resourceLoader = new ResourceLoaderImpl(); });
|
||||
|
Reference in New Issue
Block a user