This is a demo project that allows you to execute your Unit Tests with Jest. The setup is explained in a small article hosted on Medium: How to set up Jest in an Ionic 4 project.
After cloning this repository you can execute the following commands.
# Install dependencies
npm install
# Executing tests with Jest
npm test