Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

mathiasgheno/unit-test-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Test Exercises

This repository contains two exercises about unit tests with Jest.

The goal of those exercises is understand the basic structure of an Unit Test File and how to do basic tests.

The exercises can be found in exercise1.spec.js and exercise2.spec.js;