https://github.com/ashmalzahra/testing-practice
This project requires writing a few practical tests for JavaScript functions using the Jest library. Making sure to follow the AAA pattern to make tests easier for other developers to read and understand. Also using the TDD approach in practice.
https://github.com/ashmalzahra/testing-practice
javascript jest tdd-javascript testing unit-testing
Last synced: about 1 month ago
JSON representation
This project requires writing a few practical tests for JavaScript functions using the Jest library. Making sure to follow the AAA pattern to make tests easier for other developers to read and understand. Also using the TDD approach in practice.
- Host: GitHub
- URL: https://github.com/ashmalzahra/testing-practice
- Owner: ashmalzahra
- License: mit
- Created: 2023-01-24T21:08:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T22:25:32.000Z (about 2 years ago)
- Last Synced: 2025-02-10T21:19:47.335Z (3 months ago)
- Topics: javascript, jest, tdd-javascript, testing, unit-testing
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)# 📖 Testing Practice
This project is about writing a few practical tests for JavaScript functions using the Jest library. Making sure to follow the AAA pattern to make tests easier for other developers to read and understand. Also using the TDD approach in practice.
## Built With
- Jest
- VSCode and GitHub### Key Features
- **[Unit tests with Jest]**
## 💻 Getting Started
Clone this repository to get started with the project.
### Setup
- Clone the folder to your local machine.
- Open a local copy of the project in your code editor.## 👥 Authors
👤 **Ashmal Zahra**
- GitHub: [@ashmalzahra](https://github.com/ashmalzahra)
- Twitter: [@AshmalZahraa](https://twitter.com/AshmalZahraa)
- LinkedIn: [ashmal-zahra](https://www.linkedin.com/in/ashmal-zahra)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ashmalzahra/Testing-practice/issues).
## ⭐️ Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.