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.
- Host: GitHub
- URL: https://github.com/tobinchilongo/jest-practice
- Owner: Tobinchilongo
- Created: 2022-01-18T18:09:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T12:17:14.000Z (over 4 years ago)
- Last Synced: 2025-05-14T04:18:24.935Z (about 1 year ago)
- Topics: javascript, jest-tests, npm-package, webpack
- Language: JavaScript
- Homepage:
- Size: 262 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.