9 lines
237 B
TypeScript
9 lines
237 B
TypeScript
/**
|
|
* Default patform providers for testing.
|
|
*/
|
|
export declare const TEST_SERVER_PLATFORM_PROVIDERS: Array<any>;
|
|
/**
|
|
* Default application providers for testing.
|
|
*/
|
|
export declare const TEST_SERVER_APPLICATION_PROVIDERS: Array<any>;
|