Advanced Web Apps 2019 | Unit Testing in Angular | S3P22 | Spy on CalledTimes and CalledWith

preview_player
Показать описание
This series is about Advanced Web Apps using Angular and Firebase. We will talk about Testing an Angular App. We will start with an Angular App that already contains some features, to show the problems you may need to solve to get started!
Full Playlist can be found here:

Git repository for the Angular code can be found here:

This is the Repo I refer to in the first videos (Angular app with firebase backend):

Some links to good sites on testing in Angular:

Hope you find something you can use :)
/Lars
Рекомендации по теме
Комментарии
Автор

Hey Lars, this is really useful. Thanks a lot for your efforts.

gauravgirotra
Автор

One more problem I am facing,

Initally in beforeEach I am initializing
And later I try to update with this value
But It is not being updated and it holds the old [] value.

pradeeppathak