parent
13c8b13343
commit
43e31c5abb
|
@ -12,7 +12,7 @@ import {CONST_EXPR} from 'angular2/src/facade/lang';
|
||||||
export {CACHED_TEMPLATE_PROVIDER} from 'angular2/platform/browser';
|
export {CACHED_TEMPLATE_PROVIDER} from 'angular2/platform/browser';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default patform providers for testing.
|
* Default platform providers for testing.
|
||||||
*/
|
*/
|
||||||
export const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
|
export const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
|
||||||
CONST_EXPR([TEST_BROWSER_STATIC_PLATFORM_PROVIDERS]);
|
CONST_EXPR([TEST_BROWSER_STATIC_PLATFORM_PROVIDERS]);
|
||||||
|
|
|
@ -36,7 +36,7 @@ function initBrowserTests() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default patform providers for testing without a compiler.
|
* Default platform providers for testing without a compiler.
|
||||||
*/
|
*/
|
||||||
export const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
|
export const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> =
|
||||||
CONST_EXPR([
|
CONST_EXPR([
|
||||||
|
|
|
@ -47,7 +47,7 @@ function initServerTests() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default patform providers for testing.
|
* Default platform providers for testing.
|
||||||
*/
|
*/
|
||||||
export const TEST_SERVER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> = CONST_EXPR([
|
export const TEST_SERVER_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> = CONST_EXPR([
|
||||||
PLATFORM_COMMON_PROVIDERS,
|
PLATFORM_COMMON_PROVIDERS,
|
||||||
|
|
Loading…
Reference in New Issue