4 lines
166 B
TypeScript
4 lines
166 B
TypeScript
|
(window as any).global = window;
|
||
|
// Change default symbol prefix for testing to ensure no hard-coded references.
|
||
|
(window as any)['__Zone_symbol_prefix'] = '_test__';
|