In this exercise, I write a few practical tests for JavaScript functions using the Jest library. I make sure to follow the AAA pattern to make my tests easier for other developers to read and understand. I use the TDD approach in practice.
- Major languages: JS.
- Technologies used: Visual Studio Code, Git/GitHub, Jest.
To run this project locally on your computer clone using "git clone" command with this repo url. Open the file in your code editor.
Run: npm install
.
Run: npm test
and check the testing.
Thanks for watching.
👤 Giuseppe Tomasini
- GitHub: @GiuseppeTG
- Twitter: @giusetomasini
- LinkedIn: Giuseppe Tomasini
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.