Angular 18 httpClient testing expects
I just migrated my app angular version from angular 15 to angular 18.
The app is running ok but my tests starts to fail when i switch the deprecated versions of httpClientModule to provideHttpClient(withInterceptorsFromDi()), provideHttpClientTesting()
How to set up Jasmine’s report to print in the terminal inside an Angular project?
Is there a way to show Jasmine’s report on my terminal instead of on the browser?
I know that there are some npm packages to print to console, but I couldn’t set up to run inside my Angular 17 project.
How to setup Jasmine’s report to print in the terminal inside an Angular project?
Is there a way to show Jasmine’s report on my terminal instead of on the browser?
I know that there are some npm packages to print to console, but I couldn’t set up to run inside my Angular 17 project.