Skip to content

edysegura/jest-basics

Repository files navigation

Automated Tests with Jest

Automated tests examples in Jest. The best of all, there is no configuration!!

How to run?

Choose a folder and then

  • npm i
  • npm test

References