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

This reverts commit fbe1a9cbaaec91bb5ca8d1b47ebd7b6363ae6568.
This commit is contained in:
Misko Hevery 2020-07-28 09:54:25 -07:00
parent 65cc0c8bd6
commit e79b6c31f9

View File

@ -26,3 +26,7 @@ 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__ = '';