abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.78k stars 3.41k forks source link

Angular Unit Tests didn't passed fully #15479

Open mahmut-gundogdu opened 1 year ago

mahmut-gundogdu commented 1 year ago
image
rqx110 commented 1 year ago

@mahmut-gundogdu we also need remove OAuthService usage in home.component.spec.ts: https://github.com/abpframework/abp/blob/dev/templates/app-nolayers/angular/src/app/home/home.component.spec.ts https://github.com/abpframework/abp/blob/dev/templates/app/angular/src/app/home/home.component.spec.ts

mahmut-gundogdu commented 1 year ago

@mahmut-gundogdu we also need remove OAuthService usage in home.component.spec.ts: https://github.com/abpframework/abp/blob/dev/templates/app-nolayers/angular/src/app/home/home.component.spec.ts https://github.com/abpframework/abp/blob/dev/templates/app/angular/src/app/home/home.component.spec.ts

Thank you for your comment. I will fix test issues piece by piece. I will fix home component changes too.