9 lines
239 B
TypeScript
9 lines
239 B
TypeScript
/**
|
|
* Default patform providers for testing.
|
|
*/
|
|
export declare const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any>;
|
|
/**
|
|
* Default application providers for testing.
|
|
*/
|
|
export declare const TEST_BROWSER_APPLICATION_PROVIDERS: Array<any>;
|