luiscoelhodev / javascript-exercises-with-tdd

TDD with Jest when solving some JS exercises.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS exercises using test-driven development with JEST.

In order to run this project locally, follow these steps:

  1. Download this project to your computer.
  2. Open its root folder in your editor, such as VS Code, open a terminal and run:
npm install

to install all of its dependencies (Jest).

  1. Run the tests using this command in the terminal:
npx jest

Thank you!

About

TDD with Jest when solving some JS exercises.


Languages

Language:JavaScript 100.0%