chore(api): clean up compiler/testing api (#9520)

Do not export MockXHR, which is a private helper.
This commit is contained in:
Julie Ralph
2016-06-23 15:52:18 -07:00
committed by GitHub
parent 8eb81b3741
commit 8d5a312585
5 changed files with 4 additions and 12 deletions

View File

@ -8,6 +8,5 @@
export * from './testing/schema_registry_mock';
export * from './testing/view_resolver_mock';
export * from './testing/xhr_mock';
export * from './testing/test_component_builder';
export * from './testing/directive_resolver_mock';