()
| 1 | export function setupNodeEnv(): void { |
| 2 | // Change default symbol prefix for testing to ensure no hard-coded references. |
| 3 | (global as any)['__Zone_symbol_prefix'] = '__zone_symbol_test__'; |
| 4 | (global as any)['__zone_symbol_test__DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION'] = false; |
| 5 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…