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

This reverts commit fbe1a9cbaa.
This commit is contained in:
Misko Hevery 2020-07-28 09:54:25 -07:00
parent 65cc0c8bd6
commit e79b6c31f9
1 changed files with 4 additions and 0 deletions

View File

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