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:
parent
8f7d89436f
commit
fbe1a9cbaa
|
@ -26,7 +26,3 @@ 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__ = '';
|
||||
|
|
Loading…
Reference in New Issue