fix(platform-server): correctly import private DOMTestComponentRenderer

This commit is contained in:
Igor Minar
2016-06-14 17:21:16 -07:00
parent 6fc267f22c
commit 7afee97d1b
5 changed files with 17 additions and 1 deletions

View File

@ -5,6 +5,8 @@ import {TEST_BROWSER_APPLICATION_PROVIDERS, TEST_BROWSER_PLATFORM_PROVIDERS} fro
import {BROWSER_APP_COMPILER_PROVIDERS} from './index';
import {DOMTestComponentRenderer} from './testing/dom_test_component_renderer';
export * from './private_export_testing'
/**
* Default platform providers for testing.
*/