Revert "refactor(core): remove unused export (#38224)"
This reverts commit fbe1a9cbaa
.
This commit is contained in:
@ -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__ = '';
|
||||||
|
Reference in New Issue
Block a user