× About Blog
Topics/

silver-mx.github.io

A blog with technical articles covering topics around software development.

View on GitHub

Topic: Angular

Dec 25, 2021

Angular Component Testing 1 - The Basics

Recently I started writing automated tests in Angular, and something that bothered me was that I understood parts but not the test as a whole. This article gives a walkthrough of the skeleton of an empty component test as it includes important concepts that support more complex tests. Hope it helps :slightly_smiling_face: