test boundary refactoring and main() invocation (0826)
This commit is contained in:
@ -11,7 +11,7 @@ import {Component} from '@angular/core';
|
||||
import {TestBed, async, fakeAsync, tick} from '@angular/core/testing';
|
||||
import {expect} from '@angular/platform-browser/testing/matchers';
|
||||
|
||||
import {CachedResourceLoader} from '../../src/resource_loader/resource_loader_cache';
|
||||
import {CachedResourceLoader} from '@angular/platform-browser-dynamic/src/resource_loader/resource_loader_cache';
|
||||
|
||||
import {setTemplateCache} from './resource_loader_cache_setter';
|
||||
|
||||
@ -82,3 +82,5 @@ class TestUrlResolver extends UrlResolver {
|
||||
return url;
|
||||
}
|
||||
}
|
||||
|
||||
main();
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
import {AsyncTestCompleter, beforeEach, ddescribe, describe, expect, iit, inject, it, xit} from '@angular/core/testing/testing_internal';
|
||||
import {ResourceLoaderImpl} from '../../src/resource_loader/resource_loader_impl';
|
||||
import {ResourceLoaderImpl} from '@angular/platform-browser-dynamic/src/resource_loader/resource_loader_impl';
|
||||
|
||||
export function main() {
|
||||
describe('ResourceLoaderImpl', () => {
|
||||
@ -42,3 +42,5 @@ export function main() {
|
||||
}), 10000);
|
||||
});
|
||||
}
|
||||
|
||||
main();
|
||||
|
@ -10,7 +10,7 @@ import {ResourceLoader} from '@angular/compiler';
|
||||
import {Component} from '@angular/core';
|
||||
import {TestBed, async, fakeAsync, inject, tick} from '@angular/core/testing';
|
||||
|
||||
import {ResourceLoaderImpl} from '../src/resource_loader/resource_loader_impl';
|
||||
import {ResourceLoaderImpl} from '@angular/platform-browser-dynamic/src/resource_loader/resource_loader_impl';
|
||||
|
||||
|
||||
|
||||
@ -134,3 +134,5 @@ export function main() {
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
main();
|
||||
|
Reference in New Issue
Block a user