What is Jest unit testing angular?

What do I mean from Jest unit testing angular

The jest-preset-angular package is a Jest package that allows you to run Angular Unit Tests. Ts-jest library is included in this package. This module enables Jest to transpile the TypeScript testing source code in memory before performing the test.