Awesome video... It's great to see how the testing code has been simplified over time by keeping exactly what's needed
@louisadvincula8142 жыл бұрын
Really great stuff, Lance. I hope you release more content like this, truly a hidden gem of a video.
@igorpierre6094 Жыл бұрын
This was the best class about test that ive ever seen thanks.
@RsnRom Жыл бұрын
Thanks, it is very good explanation. I like that you went through all steps: getting rid of errors, simplifying etc
@krishnabhamare29792 жыл бұрын
Very optimistic way to write the test cases. Keep rocking man
@CleeveMorris2 жыл бұрын
best angular unit tests video ever! thanks!!
@peepforlearning60582 жыл бұрын
wooww, what an powerful explanation. keep up the good work, amazing content.
@kaankrcakl20982 жыл бұрын
Thank you Lance! This helped me a lot.
@Balaman42 жыл бұрын
really good video! loved the tempo and the explaining every step, very insightful. thank you
@mrr86382 жыл бұрын
Really great lesson for me, thanks a lot
@cylearn2783 Жыл бұрын
Exactly what I need, thank you!
@DriveandThrive2 жыл бұрын
EPIC lecture thank you so much
@AbhishekKumar-fn6sz2 жыл бұрын
Great depth
@90vackoo2 жыл бұрын
Thanks for the insightful talk, but making the tests lightweight comes at the cost of not testing the template section of the component right? Is that the right approach when it comes to unit testing of components in angular?, Just asking because am fairly new to angular and would like to understand the tradeoffs one is making while writing unit tests
@m0nm0n178 Жыл бұрын
You have tools like Cypress do to end-to-end testing for that template part
@edvinbeqari7551 Жыл бұрын
How do you configure Karma or Jasmine to see the html within the Jasmine interface?
@mahendranath25042 жыл бұрын
Thank you so much 🎉🙏⭐🤛👍🏼
@ThuhinSukesh2 жыл бұрын
very informative
@DriveandThrive2 жыл бұрын
Finished my basic api/angualr site and now have to test. Literally can't get one test to pass anything....so hoping the video helps
@prithvidheer68932 жыл бұрын
Thanks a lottttt
@manik160072 жыл бұрын
Nailed it
@technicalmindsstudios19772 жыл бұрын
hii im getting error Can't bind to 'ngForOf' since it isn't a known property of 'div' 1. If 'div' is an Angular component and it has the 'ngForOf' input, then verify that it is a part of an @NgModule where this component is declared. 2. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.