Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ha-manel/microverse-testing-practice
This is a Microverse exercise to practice using Jest for testing JavaScript functionalities.
https://github.com/ha-manel/microverse-testing-practice
javascript jest library testing testing-library
Last synced: 17 days ago
JSON representation
This is a Microverse exercise to practice using Jest for testing JavaScript functionalities.
- Host: GitHub
- URL: https://github.com/ha-manel/microverse-testing-practice
- Owner: ha-manel
- Created: 2022-05-04T07:45:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-04T10:50:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T17:37:45.804Z (about 1 month ago)
- Topics: javascript, jest, library, testing, testing-library
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Microverse-Testing-Practice
> This is a Microverse (@microverseinc) exercise to practice using Jest for testing JavaScript functionalities.
## Requirements
- Create various functions and test them using Jest.
## Built With
- JavaScript (ES6)
- Jest.## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A code editor (like Atom, VScode...).
### Setup
To setup the project locally: clone the repository using:
```
git clone [email protected]:ha-manel/Microverse-Testing-Practice.git
```
### Install dependenciesrun : `npm install`
### Run the tests
run: `npm test`
## Authors
👤 **Manel Hammouche**
- GitHub: [@ha-manel](https://github.com/ha-manel)
- Twitter: [@hamanel](https://twitter.com/ha_manel_)
- LinkedIn: [Manel Hammouche](https://www.linkedin.com/in/manel-hammouche/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to code reviewers and to everyone who reviewed the project and made suggestions.
## 📝 License
This project is [MIT](./MIT.md) licensed.