Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barakadanny/unit-testing-with-jest


https://github.com/barakadanny/unit-testing-with-jest

Last synced: about 2 months ago
JSON representation

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._