Ionic 4 template running tests with Jest

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.

Usage

After cloning this repository you can execute the following commands.

# Install dependencies
npm install

# Executing tests with Jest
npm test