API with TDD concept using Jest tests framework

The simple concept of TDD is to write and correct the failed tests before writing new code

Technologies   |    Project


Technologies

This project was developed with the following technologies:

💻 Project

This project is a experiment with TDD concept and Jest Testing Framework by Facebook

💻 To run this project

  • Install yarn

  • And run: $ yarn for install dependencies

  • And run: $ yarn dev

💻 To run tests

  • run: $ yarn test

Authors