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