refactor(core): remove unused export (#38224)

This export used to be here to turn this file into an ES Module - this is no longer needed
because the file contains imports.

PR Close #38224
This commit is contained in:
Igor Minar 2020-07-24 09:41:31 -07:00 committed by Misko Hevery
parent 8f7d89436f
commit fbe1a9cbaa
1 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,3 @@ if (_global.beforeEach) {
resetFakeAsyncZone();
});
}
// TODO(juliemr): remove this, only used because we need to export something to have compilation
// work.
export const __core_private_testing_placeholder__ = '';