Few practical tests for JavaScript functions using the Jest library. Following the AAA pattern to make sure tests easier for other developers to read and understand. TDD approach in practice.
- Javascript
To get a local copy up and running follow these setup steps.
Setup
- Open terminal and clone the project:
git clone https://github.com/Yazino12/testing-practice.git
- cd into the directory
testing-practice
Prerequisites
- You need to have
node.js
installed in your system
Install
- On your terminal run :
npm i
- In case you run into any errors please raise an issue.
Usage
- To run tests:
npm run test
- Link here: Live
👤 Yasin
- GitHub: @Yazino12
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- This was not possible without the help of Microverse.
This project is MIT licensed.