## Overview This article walks through the configuration guide about testing Angular components using Jest and [Testing library](https://testing-library.com/)(Angular version) <br /> ### Content - [Why using Jest and Testing library do the unit test work for angular app](https://github.com/reboottime/frontend-testing/issues/10#issuecomment-2181163116) - [Setup Jest and testing library for your angular app](https://github.com/reboottime/frontend-testing/issues/10#issuecomment-2181165191) - [An example to walk you through how to test an Angular component](https://github.com/reboottime/frontend-testing/issues/10#issuecomment-2181748226)