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 752fd14fe5
commit c6c8e15813

View File

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