https://github.com/hammadsiddique/testing-practice
This repository contains tests for beginner JavaScript challenges. These tests were creating using Jest library while following the AAA pattern.
https://github.com/hammadsiddique/testing-practice
github javascript jest jest-tests testing
Last synced: about 2 months ago
JSON representation
This repository contains tests for beginner JavaScript challenges. These tests were creating using Jest library while following the AAA pattern.
- Host: GitHub
- URL: https://github.com/hammadsiddique/testing-practice
- Owner: HammadSiddique
- Created: 2022-05-11T13:13:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T20:39:59.000Z (about 4 years ago)
- Last Synced: 2025-10-07T07:26:45.576Z (9 months ago)
- Topics: github, javascript, jest, jest-tests, testing
- Language: JavaScript
- Homepage:
- Size: 3.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Testing unit development with JEST
> In the project, I created tests for some basic JavaScipt challenges using Jest library. I created tests for seprate units using AAA (Arrange, Act, Asset) technique.
## Built With
- JavaScript
- Jest
- VS code
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A web browser like Google Chrome, Mozilla FireFox, Safari etc..
- A code editor like Visual Studio Code
- Softwares git and node.js
### Setup
Clone the repository using the link provided below
### Install
```
git clone https://github.com/HammadSiddique/Testing-practice
```
### Usage
Kindly modify the files as needed
## Authors
👤 **Hammad Siddique**
- [GitHub](https://github.com/HammadSiddique)
- [Twitter](https://twitter.com/hs_devv)
- [LinkedIn](https://www.linkedin.com/in/hammad-siddique-6a5469231/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.