An open API service indexing awesome lists of open source software.

https://github.com/tobinchilongo/jest-practice

In this exercise, I wrote some practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make the tests easier for other developers to read and understand.
https://github.com/tobinchilongo/jest-practice

javascript jest-tests npm-package webpack

Last synced: 2 months ago
JSON representation

In this exercise, I wrote some practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make the tests easier for other developers to read and understand.

Awesome Lists containing this project

README

          

## Testing with JEST

In this exercise, I wrote some practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make the tests easier for other developers to read and understand.

## Getting Started
- Setup

git clone https://github.com/Tobinchilongo/Jest-Practice.git

npm install
npm test

👤 Author

GitHub:@Tobinchilongo

🤝 Contributing
Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

## Show your support
Give a ⭐️ if you like this project!

📝 License
This project is MIT licensed.