Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barakadanny/unit-testing-with-jest
https://github.com/barakadanny/unit-testing-with-jest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/barakadanny/unit-testing-with-jest
- Owner: barakadanny
- Created: 2022-08-16T10:58:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T11:56:09.000Z (over 2 years ago)
- Last Synced: 2024-05-17T15:35:46.248Z (7 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit Testing with Jest
> This project aim to test the functionality of different small projects. such as :
> [] Reverse string: Testing the reverse of a given word
> [] String Length: Testing the length of a given word
> [] Calculator: Testing Add, Subtract, devise and Multiply## Built With
- JavaScript
- Jest## Getting Started
- Install all dependencies with `npm install`
- Run the tests with `npm test`### Prerequisites
- Basic understanding of JavaScript class and object
- Basic understanding of Jest### Run tests
- Run the tests with `npm test`
## Authors
👤 **Baraka Danny**
- GitHub: [@Danny Baraka](https://github.com/barakadanny?tab=repositories)
- LinkedIn: [Danny Baraka](https://www.linkedin.com/in/danny-baraka-589156169/)## 🤝 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!
## 📝 License
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._