There was an error while loading. Please reload this page.
After update to Angular 14.1.2 the components with inject Router begin to show the WARN below in tests
WARN: 'Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?'
how can I disabled these warns?