@ -46,7 +46,7 @@ class OtherMetadata extends SomeMetadata implements OtherMetadataType {
|
||||
}
|
||||
}
|
||||
|
||||
export function main() {
|
||||
{
|
||||
describe('metadata overrider', () => {
|
||||
let overrider: MetadataOverrider;
|
||||
|
||||
|
@ -15,7 +15,7 @@ import {CachedResourceLoader} from '../../src/resource_loader/resource_loader_ca
|
||||
|
||||
import {setTemplateCache} from './resource_loader_cache_setter';
|
||||
|
||||
export function main() {
|
||||
{
|
||||
describe('CachedResourceLoader', () => {
|
||||
let resourceLoader: CachedResourceLoader;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
import {AsyncTestCompleter, beforeEach, describe, expect, inject, it} from '@angular/core/testing/src/testing_internal';
|
||||
import {ResourceLoaderImpl} from '../../src/resource_loader/resource_loader_impl';
|
||||
|
||||
export function main() {
|
||||
{
|
||||
describe('ResourceLoaderImpl', () => {
|
||||
let resourceLoader: ResourceLoaderImpl;
|
||||
|
||||
|
@ -37,7 +37,7 @@ class BadTemplateUrl {
|
||||
|
||||
// Tests for angular/testing bundle specific to the browser environment.
|
||||
// For general tests, see test/testing/testing_public_spec.ts.
|
||||
export function main() {
|
||||
{
|
||||
describe('test APIs for the browser', () => {
|
||||
describe('using the async helper', () => {
|
||||
let actuallyDone: boolean;
|
||||
|
Reference in New Issue
Block a user